NO-ISSUE: Fixed
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Stefan Goppelt 2025-09-14 20:05:59 +02:00
parent 3621c45ab9
commit c2e45d54b1
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ environment:
steps: steps:
- name: prepare - name: prepare
image: golang:1.25.1 image: golang:$GOVERSION
commands: commands:
- mkdir -p .build - mkdir -p .build
- go get -v ./... - go get -v ./...
- go install gotest.tools/gotestsum@1.13.0 - go install gotest.tools/gotestsum@v1.13.0
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
# - name: test # - name: test