Skip to content

Commit

Permalink
update to go-v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
janwillies committed Oct 6, 2023
1 parent 0601d9b commit 5079e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
# Common versions
GO_VERSION: '1.19'
GOLANGCI_VERSION: 'v1.52.2'
GO_VERSION: '1.20'
GOLANGCI_VERSION: 'v1.54.0'
DOCKER_BUILDX_VERSION: 'v0.9.1'

# Common users. We can't run a step 'if secrets.XXX != ""' but we can run a
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/crossplane/provider-cortex

go 1.19
go 1.20

require (
github.com/crossplane/crossplane-runtime v0.19.2
Expand Down

0 comments on commit 5079e06

Please sign in to comment.