Skip to content

Commit dcd985a

Browse files
authored
Merge pull request #154 from AbrohamLincoln/update-go
chore: update go to 1.22.9
2 parents 2376e06 + 9c15042 commit dcd985a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
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

+2-2
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)