mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-06 16:46:57 +00:00
* updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * Fix unit tests * unit tests * updates * updates * updates * updates * updates
14 lines
191 B
YAML
14 lines
191 B
YAML
# Used for pre-submit tests.
|
|
version: 1
|
|
env:
|
|
- GO111MODULE=on
|
|
- CGO_ENABLED=0
|
|
|
|
flags:
|
|
- -trimpath
|
|
- -tags=netgo
|
|
|
|
goos: linux
|
|
goarch: amd64
|
|
binary: slsa-verifier-{{ .Os }}-{{ .Arch }}
|