We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d6f30 commit 49b98abCopy full SHA for 49b98ab
.github/workflows/go-test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- go: [ '1.20', '1.21', '1.22']
+ go: [ '1.23', '1.24']
9
name: Go ${{ matrix.go }} test
10
steps:
11
- name: checkout
0 commit comments