We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d8b9ba + 9feadf8 commit 074fdfaCopy full SHA for 074fdfa
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ on:
14
15
env:
16
# Common versions
17
- GO_VERSION: '1.25.8'
+ GO_VERSION: '1.25.9'
18
GOLANGCI_VERSION: 'v2.4.0'
19
DOCKER_BUILDX_VERSION: 'v0.23.0'
20
go.mod
@@ -1,6 +1,6 @@
1
module github.com/crossplane-contrib/function-patch-and-transform
2
3
-go 1.25.8
+go 1.25.9
4
5
require (
6
github.com/alecthomas/kong v1.13.0
0 commit comments