Skip to content

Commit 9c15042

Browse files
chore: update go to 1.22.9
Signed-off-by: Sam <[email protected]>
1 parent c3d4059 commit 9c15042

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
# Common versions
17-
GO_VERSION: '1.21.3'
17+
GO_VERSION: '1.22.9'
1818
GOLANGCI_VERSION: 'v1.54.2'
1919
DOCKER_BUILDX_VERSION: 'v0.11.2'
2020

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/crossplane-contrib/function-patch-and-transform
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.22.6
5+
toolchain go1.22.9
66

77
require (
88
github.com/alecthomas/kong v0.9.0

0 commit comments

Comments
 (0)