Skip to content

Commit

Permalink
Patch Go to v1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Apr 12, 2023
1 parent c52f984 commit 3035559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
REGISTRY: quay.io
IMAGE: quay.io/${{ github.repository }}
CGO_ENABLED: 0
GO_VERSION: 1.19
GO_VERSION: "1.20"

jobs:
lint:
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/tinkerbell/hegel

go 1.19
go 1.20

require (
github.com/equinix-labs/otel-init-go v0.0.7
Expand Down

0 comments on commit 3035559

Please sign in to comment.