Skip to content

Commit 3de8df9

Browse files
authored
Update .drone.yml
1 parent deedf89 commit 3de8df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
environment:
1818
GO111MODULE: "on" # Explicitly enable Go modules
1919
commands:
20-
- go install honnef.co/go/tools/cmd/staticcheck@latest
20+
- go install honnef.co/go/tools/cmd/staticcheck@v0.4.3
2121
- staticcheck ./...
2222
volumes:
2323
- name: gopath

0 commit comments

Comments
 (0)