Skip to content

Commit

Permalink
packit: explicitly enable the GOPROXY
Browse files Browse the repository at this point in the history
Signed-off-by: Simon de Vlieger <[email protected]>
  • Loading branch information
supakeen committed Jan 21, 2025
1 parent c009b8a commit ffb3ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ srpm_build_deps:
actions:
# v1 just the default prior to having tags
get-current-version: bash -c "make show-version"
post-upstream-clone: bash -c "go mod vendor && ./tools/rpm_spec_add_provides_bundle.sh"
post-upstream-clone: bash -c "GOPROXY=https://proxy.golang.org,direct go mod vendor && ./tools/rpm_spec_add_provides_bundle.sh"
create-archive: bash -c "make release_artifacts"

# Handle only releases without a "dot" (e.g. v88.2), since "dot" releases should never be released to Fedora
Expand Down

0 comments on commit ffb3ca0

Please sign in to comment.