We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbf2e7 commit 1330e9bCopy full SHA for 1330e9b
.github/workflows/ci.yml
@@ -14,8 +14,8 @@ on:
14
15
env:
16
# Common versions
17
- GO_VERSION: '1.23.8'
18
- GOLANGCI_VERSION: 'v1.62.0'
+ GO_VERSION: '1.24.10'
+ GOLANGCI_VERSION: 'v1.64.8'
19
DOCKER_BUILDX_VERSION: 'v0.23.0'
20
21
# These environment variables are important to the Crossplane CLI install.sh
go.mod
@@ -1,6 +1,6 @@
1
module github.com/crossplane-contrib/function-go-templating
2
3
-go 1.23.8
+go 1.24.10
4
5
require (
6
dario.cat/mergo v1.0.2
0 commit comments