Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 5dc8f18

Browse files
committed
fix: Adding missing slsa configuration
1 parent a6faaa7 commit 5dc8f18

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.slsa-goreleaser.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 1
2+
3+
env:
4+
- GO111MODULE=on
5+
- CGO_ENABLED=0
6+
7+
goos: linux
8+
goarch: amd64
9+
10+
main: ./cmd/root.go
11+
binary: root-{{ .Os }}-{{ .Arch }}

0 commit comments

Comments
 (0)