We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f04f444 + c31bc17 commit eb299afCopy full SHA for eb299af
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ on:
14
15
env:
16
# Common versions
17
- GO_VERSION: '1.23.8'
+ GO_VERSION: '1.23.12'
18
GOLANGCI_VERSION: 'v1.62.2'
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.23.8
+go 1.23.12
4
5
require (
6
github.com/alecthomas/kong v0.9.0
0 commit comments