We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e94b70 commit 39945e3Copy full SHA for 39945e3
1 file changed
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Check out source
16
uses: actions/checkout@v1
17
- 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"
+ run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0"
19
- name: Build
20
env:
21
GO111MODULE: "on"
0 commit comments