We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364672b commit ad59377Copy full SHA for ad59377
.github/workflows/workflow.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
strategy:
10
matrix:
11
- go-version: [1.17.x,1.18.x,1.21.x]
+ go-version: [1.17.x,1.18.x,1.21.x,1.22.x]
12
os: [ubuntu-latest, macos-latest, windows-latest]
13
runs-on: ${{ matrix.os }}
14
steps:
@@ -43,7 +43,7 @@ jobs:
43
44
- uses: actions/setup-go@v3
45
with:
46
- go-version: 1.21.x
+ go-version: 1.22.x
47
- uses: actions/checkout@v3
48
- name: golangci-lint
49
uses: golangci/golangci-lint-action@v3
0 commit comments