We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d42c4 commit 933e89bCopy full SHA for 933e89b
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- go: ["1.18.x", "1.19.x", "1.20.x"]
+ go: ["1.21.x", "1.22.x", "1.23.x"]
15
arch: ["amd64", "386"]
16
17
env:
@@ -35,9 +35,9 @@ jobs:
35
steps:
36
- uses: actions/checkout@v2
37
38
- - uses: dominikh/staticcheck-action@v1.3.0
+ - uses: dominikh/staticcheck-action@v1.3.1
39
with:
40
- version: "2023.1.3"
+ version: "2024.1.1"
41
install-go: false
42
43
code-coverage:
0 commit comments