From 5148efb50f87a75b2f7fa4e76a204615fc9b738d Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Tue, 6 Feb 2024 23:12:25 +0100 Subject: [PATCH] .drone.yml: use explizit version definition --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7500732..6244b30 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,14 +3,14 @@ name: build steps: - name: gofmt - image: golang:1.21 + image: golang:1.21.7 commands: - gofmt -l -s . when: event: - push - name: vuln-check - image: golang:1.21 + image: golang:1.21.7 commands: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./... @@ -111,4 +111,4 @@ volumes: when: event: exclude: - - pull_request \ No newline at end of file + - pull_request