File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1616
1717env :
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
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
4141jobs :
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-
Original file line number Diff line number Diff line change 99 pull_request : {}
1010
1111env :
12- GO_VERSION : ' 1.24.9 '
12+ GO_VERSION : ' 1.25.8 '
1313
1414jobs :
1515 test :
Original file line number Diff line number Diff line change 11module github.com/crossplane-contrib/function-kcl
22
3- go 1.24.9
3+ go 1.25.8
44
55toolchain go1.26.1
66
You can’t perform that action at this time.
0 commit comments