Skip to content

Commit

Permalink
Makefile: bump Go to v1.20.4 for release target
Browse files Browse the repository at this point in the history
This is currently not covered by renovate. Let's bump it manually for
now and also add the correct SHA while at it.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed May 25, 2023
1 parent c9bd816 commit 573e154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ release:
docker run \
--rm \
--workdir /cilium \
--volume `pwd`:/cilium docker.io/library/golang:1.20.2-alpine3.17 \
--volume `pwd`:/cilium docker.io/library/golang:1.20.4-alpine3.17@sha256:913de96707b0460bcfdfe422796bb6e559fc300f6c53286777805a9a3010a5ea \
sh -c "apk add --no-cache setpriv make git && \
/usr/bin/setpriv --reuid=$(RELEASE_UID) --regid=$(RELEASE_GID) --clear-groups make GOCACHE=/tmp/gocache local-release"

Expand Down

0 comments on commit 573e154

Please sign in to comment.