We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deedf89 commit 3de8df9Copy full SHA for 3de8df9
.drone.yml
@@ -17,7 +17,7 @@ steps:
17
environment:
18
GO111MODULE: "on" # Explicitly enable Go modules
19
commands:
20
- - go install honnef.co/go/tools/cmd/staticcheck@latest
+ - go install honnef.co/go/tools/cmd/staticcheck@v0.4.3
21
- staticcheck ./...
22
volumes:
23
- name: gopath
0 commit comments