Skip to content

Commit 0630e5e

Browse files
authored
Merge pull request #227 from liangyuanpeng/bump_go_124
update go to 1.24
2 parents b879bed + 07e8a1a commit 0630e5e

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-
ARG BUILDER_IMAGE=golang:1.23
1+
ARG BUILDER_IMAGE=golang:1.24
22
ARG BASE_IMAGE=debian:11-slim
33

44
# Build the manager binary

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module kcl-lang.io/cli
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d

0 commit comments

Comments
 (0)