Skip to content

Commit 39945e3

Browse files
authored
build: upgrade golangci-lint (#570)
1 parent 5e94b70 commit 39945e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Check out source
1616
uses: actions/checkout@v1
1717
- name: Install Linters
18-
run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0"
18+
run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0"
1919
- name: Build
2020
env:
2121
GO111MODULE: "on"

0 commit comments

Comments
 (0)