We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab007a commit 1990dd4Copy full SHA for 1990dd4
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
build:
6
strategy:
7
matrix:
8
- go-version: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22']
+ go-version: ['1.17', '1.18', '1.19', '1.20', '1.21', '1.22', '1.23', '1.24']
9
os: [ubuntu-latest, macos-latest]
10
runs-on: ${{ matrix.os }}
11
steps:
0 commit comments