upgrades to go 1.22.4

Signed-off-by: Raffaele Di Fazio <raffo@github.com>
This commit is contained in:
Raffaele Di Fazio 2024-06-06 19:10:13 +02:00
parent a28789693d
commit 7ae7c7a21b
7 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

2
go.mod
View File

@ -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