Skip to content

Commit

Permalink
chore: bump krm-kcl and go deps
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 9, 2024
1 parent 35f4dfd commit d1a81da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- run: go test
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.22 as builder

ENV GO111MODULE=on \
GOPROXY=https://goproxy.cn,direct
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module kcl-lang.io/kpt-kcl

go 1.21
go 1.22

require (
github.com/GoogleContainerTools/kpt-functions-sdk/go/fn v0.0.0-20230427202446-3255accc518d
kcl-lang.io/krm-kcl v0.9.0-beta.2
kcl-lang.io/krm-kcl v0.9.1
sigs.k8s.io/kustomize/kyaml v0.17.1
)

Expand Down

0 comments on commit d1a81da

Please sign in to comment.