We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc4336 commit beafb20Copy full SHA for beafb20
.github/workflows/go.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Build
9
strategy:
10
matrix:
11
- go-version: [1.21.x, 1.22.x]
+ go-version: [1.23.x, 1.24.x]
12
platform: [ubuntu-latest, macos-latest, windows-latest]
13
runs-on: ${{ matrix.platform }}
14
steps:
0 commit comments