mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-24 08:37:55 +00:00
Update Makefile to Go 1.22 for in-container
This unbreaks make vendor-in-container now that we have the `toolchain` line in go.mod. Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
parent
1526ebf095
commit
e8a9c58125
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -350,7 +350,7 @@ $(IN_CONTAINER): %-in-container:
|
|||
$(PODMANCMD) run --rm --env HOME=/root \
|
||||
-v $(CURDIR):/src -w /src \
|
||||
--security-opt label=disable \
|
||||
docker.io/library/golang:1.20 \
|
||||
docker.io/library/golang:1.22 \
|
||||
make $(*)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue