We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba0967 commit 6c4ba3fCopy full SHA for 6c4ba3f
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
13
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
14
with:
15
- go-version: '1.22.2'
+ go-version: '1.23.3'
16
cache: false # golangci-lint caching doesn't seem to get along with setup-go caching
17
- uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
18
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
- run: ./ci/test.sh
43
env:
44
WORKDIR: ${{ github.workspace }}
0 commit comments