Skip to content

Commit 6c4ba3f

Browse files
committed
Go linter params update
Signed-off-by: keliramu <[email protected]>
1 parent 4ba0967 commit 6c4ba3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1313
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
1414
with:
15-
go-version: '1.22.2'
15+
go-version: '1.23.3'
1616
cache: false # golangci-lint caching doesn't seem to get along with setup-go caching
1717
- uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
1818
with:
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3939
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
4040
with:
41-
go-version: '1.22.2'
41+
go-version: '1.23.3'
4242
- run: ./ci/test.sh
4343
env:
4444
WORKDIR: ${{ github.workspace }}

0 commit comments

Comments
 (0)