We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2376e06 + 9c15042 commit dcd985aCopy full SHA for dcd985a
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ on:
14
15
env:
16
# Common versions
17
- GO_VERSION: '1.21.3'
+ GO_VERSION: '1.22.9'
18
GOLANGCI_VERSION: 'v1.54.2'
19
DOCKER_BUILDX_VERSION: 'v0.11.2'
20
go.mod
@@ -1,8 +1,8 @@
1
module github.com/crossplane-contrib/function-patch-and-transform
2
3
-go 1.21
+go 1.22
4
5
-toolchain go1.22.6
+toolchain go1.22.9
6
7
require (
8
github.com/alecthomas/kong v0.9.0
0 commit comments