diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06cf09e1d5..a55ae68f05 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v5 with: - go-version: '1.22.2' + go-version: '1.22.4' id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 554e1ed2ae..c44d4960cb 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -30,7 +30,7 @@ jobs: - name: Install go version uses: actions/setup-go@v5 with: - go-version: '^1.22.2' + go-version: '^1.22.4' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 8c46892a86..7c70de85b2 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: '^1.22.2' + go-version: '^1.22.4' - run: | pip install -r docs/scripts/requirements.txt diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 00e9ff9bf6..e3c0091c4f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,7 +23,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v5 with: - go-version: '1.22.2' + go-version: '1.22.4' id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/staging-image-tester.yaml b/.github/workflows/staging-image-tester.yaml index 97fe6eb3ac..d9f41d3128 100644 --- a/.github/workflows/staging-image-tester.yaml +++ b/.github/workflows/staging-image-tester.yaml @@ -23,7 +23,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v5 with: - go-version: '1.22.2' + go-version: '1.22.4' id: go - name: Check out code into the Go module directory diff --git a/cloudbuild.yaml b/cloudbuild.yaml index dce985c927..63f96d0768 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -4,7 +4,7 @@ options: substitution_option: ALLOW_LOOSE machineType: 'N1_HIGHCPU_8' steps: - - name: 'docker.io/library/golang:1.22.2-bookworm' + - name: 'docker.io/library/golang:1.22.4-bookworm' entrypoint: make env: - VERSION=$_GIT_TAG diff --git a/go.mod b/go.mod index 6fbd67abfa..ceea342de4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module sigs.k8s.io/external-dns -go 1.22.2 +go 1.22.4 require ( cloud.google.com/go/compute/metadata v0.3.0