This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user