diff --git a/.drone.yml b/.drone.yml index 39292ac..b9c58ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,12 +9,13 @@ workspace: steps: - name: testing - image: golang:1.16-alpine + image: golang:1.18-alpine environment: CGO_ENABLED: 0 GOOS: linux GOARCH: amd64 commands: + - go version - apk --no-cache add git - go get -d -t ./... - go install honnef.co/go/tools/cmd/staticcheck@latest