diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85a2d21..836ac98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: DESTDIR: ./bin - GO_VERSION: 1.20.3 + GO_VERSION: 1.20.4 jobs: validate: diff --git a/Dockerfile b/Dockerfile index 4143271..c2d8b2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.20.3 +ARG GO_VERSION=1.20.4 ARG XX_VERSION=1.2.1 ARG OSXCROSS_VERSION=11.3-r7-debian ARG GOLANGCI_LINT_VERSION=v1.51.1 diff --git a/docker-bake.hcl b/docker-bake.hcl index e282267..65d08a2 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -1,5 +1,5 @@ variable "GO_VERSION" { - default = "1.20.3" + default = "1.20.4" } # Defines the output folder