We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eebd8c commit 9254f38Copy full SHA for 9254f38
.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.45.0
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.48.0
22
./bin/golangci-lint run -v ./...
23
0 commit comments