Skip to content

Commit 007f41d

Browse files
committed
fix: golangci lint
Signed-off-by: gfanton <[email protected]>
1 parent ce7400c commit 007f41d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ jobs:
2222
with:
2323
go-version: ${{ matrix.golang }}
2424
- name: golangci-lint
25-
uses: golangci/golangci-lint-action@v3.1.0
25+
uses: golangci/golangci-lint-action@v3.3.0
2626
with:
2727
go-version: ${{ matrix.golang }}
28-
version: v1.44.2
28+
version: v1.50.1
2929
args: --timeout=10m
3030
# only-new-issues: true
3131

32+
3233
go-tests-on-linux:
3334
runs-on: ubuntu-latest
3435
strategy:

0 commit comments

Comments
 (0)