From b35b2b27428c5368ca79bcf0181b8f2bacbcc053 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 26 May 2025 13:42:43 +0200 Subject: [PATCH] GitHub+Docker: bump Golang version used --- .github/workflows/main.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c77cb00..29a22f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ env: # If you change this value, please change it in the following files as well: # /Dockerfile - GO_VERSION: 1.23.6 + GO_VERSION: 1.23.9 jobs: ######################## diff --git a/Dockerfile b/Dockerfile index 4c34274..a48e27d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.6-alpine as builder +FROM golang:1.23.9-alpine as builder # Force Go to use the cgo based DNS resolver. This is required to ensure DNS # queries required to connect to linked containers succeed.