We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c90e62 commit 7d75913Copy full SHA for 7d75913
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
go-test:
12
strategy:
13
matrix:
14
- go-version: [1.16.x, 1.19.x]
+ go-version: [1.16.x, 1.23.x]
15
os: [ubuntu-latest]
16
runs-on: ${{ matrix.os }}
17
steps:
0 commit comments