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