We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c5665 commit b0c5a91Copy full SHA for b0c5a91
.github/workflows/go.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- go: [1.18.*, 1.19.*, 1.20.*, 1.21.*]
+ go: [1.22.*]
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
runs-on: ${{ matrix.os }}
16
0 commit comments