Skip to content

Commit d509864

Browse files
exec-langclaude
andcommitted
chore(deps): bump Go version to 1.25.8
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 777c40a commit d509864

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
env:
1818
# Common versions
19-
GO_VERSION: '1.24.9'
19+
GO_VERSION: '1.25.8'
2020
GOLANGCI_VERSION: 'v1.54.2'
2121
DOCKER_BUILDX_VERSION: 'v0.11.2'
2222

@@ -36,7 +36,7 @@ env:
3636
CROSSPLANE_REGORG: ghcr.io/${{ github.repository}} # xpkg.crossplane.io/crossplane-contrib
3737

3838
# The package version to push. The default is 0.0.0-gitsha.
39-
XPKG_VERSION: v0.12.0
39+
XPKG_VERSION: v0.12.1
4040

4141
jobs:
4242
lint:
@@ -174,4 +174,3 @@ jobs:
174174

175175
- name: Push Multi-Platform Package to GHCR
176176
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.CROSSPLANE_REGORG }}:${{ env.XPKG_VERSION }}"
177-

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request: {}
1010

1111
env:
12-
GO_VERSION: '1.24.9'
12+
GO_VERSION: '1.25.8'
1313

1414
jobs:
1515
test:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/crossplane-contrib/function-kcl
22

3-
go 1.24.9
3+
go 1.25.8
44

55
toolchain go1.26.1
66

0 commit comments

Comments
 (0)