Skip to content

Commit

Permalink
Swapping back to go-vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyd450 committed Sep 25, 2024
1 parent c310cb3 commit ff9bcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cosign.rh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN git config --global --add safe.directory /cosign && \
export GIT_HASH=$(git rev-parse HEAD) && \
export BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') && \
# git stash pop && \
go mod download && \
go mod vendor && \
make -f Build.mak cross-platform && \
cp cosign-linux-amd64 cosign && \
gzip cosign-linux-amd64 && \
Expand Down

0 comments on commit ff9bcba

Please sign in to comment.