Skip to content

Commit fd53f04

Browse files
authored
fix: update tests.yml bumping golangci-lint (#582)
Update tests.yml bumping golangci-lint Fixes the issues we observe with go 1.21. Reference: golangci/golangci-lint#3933 Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 0c538eb commit fd53f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: golangci-lint
6666
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc
6767
with:
68-
version: v1.51 # has to be pinned and thus manually updated due to https://github.com/golangci/golangci-lint-action/blob/6a290f7d5d488e1e423b0b37fe802c822ca2c08c/README.md?plain=1#L108
68+
version: v1.55.2 # has to be pinned and thus manually updated due to https://github.com/golangci/golangci-lint-action/blob/6a290f7d5d488e1e423b0b37fe802c822ca2c08c/README.md?plain=1#L108
6969
args: --timeout 5m --verbose
7070
- name: govulncheck
7171
uses: golang/govulncheck-action@v1

0 commit comments

Comments
 (0)