Skip to content

Commit

Permalink
chore: update go to 1.22.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrohamLincoln committed Nov 14, 2024
1 parent c3d4059 commit f14c89b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
# Common versions
GO_VERSION: '1.21.3'
GO_VERSION: '1.22.9'
GOLANGCI_VERSION: 'v1.54.2'
DOCKER_BUILDX_VERSION: 'v0.11.2'

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/crossplane-contrib/function-patch-and-transform

go 1.21
go 1.22

toolchain go1.22.6
toolchain go1.22.9

require (
github.com/alecthomas/kong v0.9.0
Expand Down

0 comments on commit f14c89b

Please sign in to comment.