diff --git a/.drone.yml b/.drone.yml index 71d571a..f6a1046 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,7 @@ steps: - name: staticcheck image: golang:1.18.3-alpine3.16 commands: - - apk add --no-cache git staticcheck gcc libc-dev - - go install honnef.co/go/tools/cmd/staticcheck@latest + - apk add --no-cache git~=2 staticcheck~=2022 gcc~=11 libc-dev~=0 - staticcheck - name: build image: plugins/docker