Skip to content

Commit

Permalink
goreleaser: GOPROXY=direct
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Jan 13, 2025
1 parent 5c32317 commit f6e67c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ builds:
env:
- CGO_ENABLED=0
- GONOSUMDB="*"
- GOPROXY=direct
main: ./cmd/k0s
ldflags:
- -s -w -X "github.com/btwiuse/version.MajorString=0"
Expand Down Expand Up @@ -58,7 +59,7 @@ builds:
archives:
- id: archive
builds:
- k0s
- k0s
files:
- LICENSE
name_template: >-
Expand Down

0 comments on commit f6e67c7

Please sign in to comment.