GitHub+Docker: bump Golang version used

This commit is contained in:
Oliver Gugger
2025-05-26 13:42:43 +02:00
parent 8e175f9150
commit b35b2b2742
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ env:
# If you change this value, please change it in the following files as well: # If you change this value, please change it in the following files as well:
# /Dockerfile # /Dockerfile
GO_VERSION: 1.23.6 GO_VERSION: 1.23.9
jobs: jobs:
######################## ########################

View File

@@ -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 # Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed. # queries required to connect to linked containers succeed.