diff options
author | mrwsl <overprolificness_uncloyable@plxbx.eu> | 2024-06-25 08:26:25 +0200 |
---|---|---|
committer | mrwsl <overprolificness_uncloyable@plxbx.eu> | 2024-06-25 08:27:16 +0200 |
commit | f00e9240cd2526e45945c4d30fe6a72476b5b2f7 (patch) | |
tree | c109cf9574260690ac9fc42cff8560e67c25ed82 /Makefile | |
parent | Merge pull request 'wait for jobs to complete when stopping the runner' (#202... (diff) | |
download | forgejo-runner-f00e9240cd2526e45945c4d30fe6a72476b5b2f7.tar.xz forgejo-runner-f00e9240cd2526e45945c4d30fe6a72476b5b2f7.zip |
up go version in Makefile
Closes #207
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ GO ?= go SHASUM ?= shasum -a 256 HAS_GO = $(shell hash $(GO) > /dev/null 2>&1 && echo "GO" || echo "NOGO" ) XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest -XGO_VERSION := go-1.18.x +XGO_VERSION := go-1.21.x GXZ_PAGAGE ?= github.com/ulikunitz/xz/cmd/gxz@v0.5.10 LINUX_ARCHS ?= linux/amd64,linux/arm64 |