Skip to content

Commit

Permalink
Set golangci lint version to 1.55.2
Browse files Browse the repository at this point in the history
Set the same version that the etcd-io/etcd repository uses. After
upgrading to go 1.21.5, it was giving an error in the static analysis
regarding imports.

Signed-off-by: Ivan Valdes <iv@a.ki>
  • Loading branch information
ivanvc committed Dec 6, 2023
1 parent 4d702f5 commit fbbe39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
version: v1.55.2
- name: protoc
uses: arduino/setup-protoc@v1
with:
Expand Down

0 comments on commit fbbe39f

Please sign in to comment.