Neuere und kleinere Golang Version
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user