Skip to content

Commit

Permalink
chore: bump go version to 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Peefy <[email protected]>
  • Loading branch information
Peefy committed Oct 28, 2024
1 parent 490ebf7 commit f6dda6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: CI

env:
VERSION_GO: '1.22'
VERSION_GO: '1.23'
VERSION_HELM: 'v3.15.2'

on:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv

#### Prerequisites

+ GoLang 1.22+
+ GoLang 1.23+

Make sure you do not have a version of `helm-kcl` installed. You can remove it by running the command.

Expand Down Expand Up @@ -143,7 +143,7 @@ spec:
### Prerequisites
+ GoLang 1.22+
+ GoLang 1.23+
```shell
git clone https://github.com/kcl-lang/helm-kcl.git
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ docker-run-release: export pkg=/go/src/github.com/kcl-lang/helm-kcl
docker-run-release:
git checkout main
git push
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

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

0 comments on commit f6dda6f

Please sign in to comment.