From 52f0cb6de68ce5cf25e1aadad62263f5315906ca Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 16 Apr 2023 11:17:37 +0200 Subject: [PATCH] update go to 1.20 Signed-off-by: CrazyMax --- .github/workflows/build.yml | 2 +- Dockerfile | 2 +- docker-bake.hcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c181b29..201281b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: DESTDIR: ./bin - GO_VERSION: 1.18.5 + GO_VERSION: 1.20.3 jobs: validate: diff --git a/Dockerfile b/Dockerfile index b57a05d..7118b2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.18.5 +ARG GO_VERSION=1.20.3 ARG XX_VERSION=1.2.1 ARG OSXCROSS_VERSION=11.3-r7-debian ARG GOLANGCI_LINT_VERSION=v1.47.3 diff --git a/docker-bake.hcl b/docker-bake.hcl index 74c3097..f28ec46 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -1,5 +1,5 @@ variable "GO_VERSION" { - default = "1.18.5" + default = "1.20.3" } # Defines the output folder