Skip to content

Commit 0b86962

Browse files
committed
Update workflow to use latest golangci-lint
1 parent 4f54d33 commit 0b86962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go-version: stable
2020
- name: Install golangci-lint
21-
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
21+
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
2222
env:
2323
GO111MODULE: on
2424
- name: Run goclean.sh

0 commit comments

Comments
 (0)