.drone.yml: use explizit version definition

This commit is contained in:
Tom Neuber 2024-02-06 23:12:25 +01:00
parent a3e9d11a69
commit 5148efb50f
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -3,14 +3,14 @@ name: build
steps: steps:
- name: gofmt - name: gofmt
image: golang:1.21 image: golang:1.21.7
commands: commands:
- gofmt -l -s . - gofmt -l -s .
when: when:
event: event:
- push - push
- name: vuln-check - name: vuln-check
image: golang:1.21 image: golang:1.21.7
commands: commands:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...
@ -111,4 +111,4 @@ volumes:
when: when:
event: event:
exclude: exclude:
- pull_request - pull_request