NO-ISSUE: Fixed
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
3621c45ab9
commit
c2e45d54b1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue