kind: pipeline type: docker name: go-lib/util steps: - name: test image: golang:1.20.1 commands: - go get ./... - go test ./... - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck -v -json ./...