This commit is contained in:
+2
-2
@@ -7,11 +7,11 @@ environment:
|
||||
|
||||
steps:
|
||||
- name: prepare
|
||||
image: golang:1.25.1
|
||||
image: golang:$GOVERSION
|
||||
commands:
|
||||
- mkdir -p .build
|
||||
- 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
|
||||
|
||||
# - name: test
|
||||
|
||||
Reference in New Issue
Block a user