Skip to content

Commit

Permalink
fix: Adding missing slsa configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
langecode committed Feb 28, 2024
1 parent a6faaa7 commit 5dc8f18
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .slsa-goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 1

env:
- GO111MODULE=on
- CGO_ENABLED=0

goos: linux
goarch: amd64

main: ./cmd/root.go
binary: root-{{ .Os }}-{{ .Arch }}

0 comments on commit 5dc8f18

Please sign in to comment.