Skip to content

Commit 66c7011

Browse files
committed
chore: bump go version to 1.23
Signed-off-by: peefy <[email protected]>
1 parent e988680 commit 66c7011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM} golang:1.22 AS build
1+
FROM --platform=${BUILDPLATFORM} golang:1.23 AS build
22
COPY / /src
33
WORKDIR /src
44

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ docker-run-release: export pkg=/go/src/github.com/kcl-lang/cli
5656
docker-run-release:
5757
git checkout main
5858
git push
59-
docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.22 make bootstrap release
59+
docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd):$(pkg) -w $(pkg) golang:1.23 make bootstrap release
6060

6161
.PHONY: dist
6262
dist: export COPYFILE_DISABLE=1 #teach OSX tar to not put ._* files in tar archive

0 commit comments

Comments
 (0)