Skip to content

Commit

Permalink
feat: update go to 1.22.8
Browse files Browse the repository at this point in the history
Signed-off-by: Sam <[email protected]>
  • Loading branch information
AbrohamLincoln committed Nov 5, 2024
1 parent 7ba4675 commit 367ecbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
# Common versions
GO_VERSION: '1.21.7'
GO_VERSION: '1.22.8'
GOLANGCI_VERSION: 'v1.55.2'
DOCKER_BUILDX_VERSION: 'v0.8.2'

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/crossplane-contrib/provider-kubernetes

go 1.22.1

toolchain go1.22.3
go 1.22.8

require (
github.com/Azure/kubelogin v0.1.4
Expand Down

0 comments on commit 367ecbc

Please sign in to comment.