We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e31a8d commit be91646Copy full SHA for be91646
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
main:
10
strategy:
11
matrix:
12
- go-version: [1.22.x, 1.23.x]
+ go-version: [1.23.x, 1.24.x]
13
platform: [ubuntu-latest, macos-latest]
14
runs-on: ${{ matrix.platform }}
15
steps:
.github/workflows/release.yml
@@ -8,8 +8,8 @@ jobs:
8
release:
- go-version: [1.23.x]
- os: [ubuntu-22.04]
+ go-version: [1.24.x]
+ os: [ubuntu-24.04]
runs-on: ${{ matrix.os }}
timeout-minutes: 20
0 commit comments