We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144fd7f commit cabc4cfCopy full SHA for cabc4cf
.github/workflows/go.yml
@@ -10,7 +10,7 @@ jobs:
10
Test:
11
strategy:
12
matrix:
13
- go-version: [1.18.x, 1.20.x, 1.21.x]
+ go-version: [1.24.x, 1.25.x, 1.26.x]
14
os: [ubuntu-latest, windows-latest,macos-latest]
15
runs-on: ${{ matrix.os }}
16
steps:
0 commit comments