diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d7f62b17..10abd302 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: diff --git a/go.mod b/go.mod index f325c709..acb06721 100644 --- a/go.mod +++ b/go.mod @@ -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