We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752114b commit 30d7c7eCopy full SHA for 30d7c7e
.github/workflows/lint.yml
@@ -18,6 +18,6 @@ jobs:
18
19
- name: golangci-golint
20
run: |
21
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.52.1
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2
22
./bin/golangci-lint run -v ./...
23
0 commit comments