Skip to content

Commit

Permalink
[envsec] Fix build vars (#218)
Browse files Browse the repository at this point in the history
## Summary

Copy pasting is bad

## How was it tested?

YOLO
  • Loading branch information
mikeland73 authored Dec 8, 2023
1 parent 25ff41d commit 1ce8c79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ builds:
mod_timestamp: "{{ .CommitTimestamp }}" # For reproducible builds
ldflags:
- -s -w # Strip debug
- -X go.jetpack.io/devbox/internal/build.Version={{.Version}}
- -X go.jetpack.io/devbox/internal/build.Commit={{.Commit}}
- -X go.jetpack.io/devbox/internal/build.CommitDate={{.CommitDate}}
- -X go.jetpack.io/envsec/internal/build.Version={{.Version}}
- -X go.jetpack.io/envsec/internal/build.Commit={{.Commit}}
- -X go.jetpack.io/envsec/internal/build.CommitDate={{.CommitDate}}
env:
- CGO_ENABLED=0
- GO111MODULE=on
Expand Down

0 comments on commit 1ce8c79

Please sign in to comment.