We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74fa72 commit f86f372Copy full SHA for f86f372
.github/workflows/ci.yml
@@ -14,8 +14,8 @@ on:
14
15
env:
16
# Common versions
17
- GO_VERSION: '1.23.12'
18
- GOLANGCI_VERSION: 'v1.61.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/function-auto-ready
2
3
-go 1.23.12
+go 1.24.10
4
5
require (
6
github.com/alecthomas/kong v1.2.1
0 commit comments