Skip to content

Commit 9254f38

Browse files
committed
use v1.48.0 golangci-lint in workflows
1 parent 6eebd8c commit 9254f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818

1919
- name: golangci-golint
2020
run: |
21-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.45.0
21+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.48.0
2222
./bin/golangci-lint run -v ./...
2323

0 commit comments

Comments
 (0)