Neuere und kleinere Golang Version

This commit is contained in:
2026-07-17 21:23:44 +02:00
parent b8b4e00b92
commit 35071411c0

View File

@@ -1,7 +1,7 @@
# Makefile for royalroadupdates — builds entirely inside Docker.
PWD := $(shell pwd)
DOCKER_RUN := docker run --rm -v $(PWD):/src -w /src -e HOME=/tmp -e GOCACHE=/tmp/go-build -e GOMODCACHE=/tmp/go-mod --user $(shell id -u):$(shell id -g) golang:1.22
DOCKER_RUN := docker run --rm -v $(PWD):/src -w /src -e HOME=/tmp -e GOCACHE=/tmp/go-build -e GOMODCACHE=/tmp/go-mod --user $(shell id -u):$(shell id -g) golang:1.26-alpine
.PHONY: build check clean