build(deps): bump golang in /docker

Bumps golang from 1.25-alpine3.23 to 1.26-alpine3.23.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.26-alpine3.23
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-31 19:36:03 +00:00
committed by GitHub
parent 8315d0ed29
commit 55507473cd

View File

@@ -4,7 +4,7 @@
#
# Pull the current golang-alpine image.
FROM golang:1.25-alpine3.23 AS awg-go
FROM golang:1.26-alpine3.23 AS awg-go
# Install build-dependencies.
RUN apk add --no-cache \