diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c86f5d9..1e7ae1e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: DESTDIR: ./bin - GO_VERSION: 1.21.6 + GO_VERSION: 1.21.10 jobs: validate: @@ -46,7 +46,8 @@ jobs: os: - ubuntu-22.04 - ubuntu-20.04 - - macOS-11 + - macOS-14 + - macOS-13 - windows-2022 steps: - diff --git a/Dockerfile b/Dockerfile index 7bf255e6..06cfe40f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.21.6 +ARG GO_VERSION=1.21.10 ARG XX_VERSION=1.4.0 ARG OSXCROSS_VERSION=11.3-r7-debian ARG GOLANGCI_LINT_VERSION=v1.55.2 diff --git a/deb/Dockerfile b/deb/Dockerfile index ae27517d..5f617e0c 100644 --- a/deb/Dockerfile +++ b/deb/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.21.6 +ARG GO_VERSION=1.21.10 ARG DISTRO=ubuntu ARG SUITE=focal diff --git a/docker-bake.hcl b/docker-bake.hcl index db192b91..c72103a5 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -1,5 +1,5 @@ variable "GO_VERSION" { - default = "1.21.6" + default = "1.21.10" } # Defines the output folder