Skip to content

Commit 1ce8c79

Browse files
authored
[envsec] Fix build vars (#218)
## Summary Copy pasting is bad ## How was it tested? YOLO
1 parent 25ff41d commit 1ce8c79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ builds:
1212
mod_timestamp: "{{ .CommitTimestamp }}" # For reproducible builds
1313
ldflags:
1414
- -s -w # Strip debug
15-
- -X go.jetpack.io/devbox/internal/build.Version={{.Version}}
16-
- -X go.jetpack.io/devbox/internal/build.Commit={{.Commit}}
17-
- -X go.jetpack.io/devbox/internal/build.CommitDate={{.CommitDate}}
15+
- -X go.jetpack.io/envsec/internal/build.Version={{.Version}}
16+
- -X go.jetpack.io/envsec/internal/build.Commit={{.Commit}}
17+
- -X go.jetpack.io/envsec/internal/build.CommitDate={{.CommitDate}}
1818
env:
1919
- CGO_ENABLED=0
2020
- GO111MODULE=on

0 commit comments

Comments
 (0)