diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 2315744..d6d10db 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -9,7 +9,7 @@ jobs: unit-tests: strategy: matrix: - go-version: ["1.22"] + go-version: ["1.23"] runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/Earthfile b/Earthfile index 85db284..890a243 100644 --- a/Earthfile +++ b/Earthfile @@ -4,7 +4,7 @@ VERSION 0.6 # Framework images should use our initrd ARG BASE_IMAGE=quay.io/kairos/core-opensuse # renovate: datasource=docker depName=golang -ARG GO_VERSION=1.22 +ARG GO_VERSION=1.23 # renovate: datasource=docker depName=golangci-lint ARG GOLINT_VERSION=1.59.1