We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e988680 commit 66c7011Copy full SHA for 66c7011
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=${BUILDPLATFORM} golang:1.22 AS build
+FROM --platform=${BUILDPLATFORM} golang:1.23 AS build
2
COPY / /src
3
WORKDIR /src
4
makefile
@@ -56,7 +56,7 @@ docker-run-release: export pkg=/go/src/github.com/kcl-lang/cli
56
docker-run-release:
57
git checkout main
58
git push
59
- docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.22 make bootstrap release
+ docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.23 make bootstrap release
60
61
.PHONY: dist
62
dist: export COPYFILE_DISABLE=1 #teach OSX tar to not put ._* files in tar archive
0 commit comments