Update devcontainer VARIANT to 1-trixie

The previous `1-bullseye` did not have the required go version 1.25.0
This commit is contained in:
mricherzhagen
2026-01-13 19:04:57 +00:00
parent 4486c86271
commit e0c1d1c752
+1 -1
View File
@@ -1,7 +1,7 @@
# adapted from https://github.com/devcontainers/images/blob/main/src/go/.devcontainer/Dockerfile
# [Choice] Go version (use -bullseye variants on local arm64/Apple Silicon): 1, 1.19, 1.18, 1-bullseye, 1.19-bullseye, 1.18-bullseye, 1-buster, 1.19-buster, 1.18-buster
ARG VARIANT=1-bullseye
ARG VARIANT=1-trixie
FROM golang:${VARIANT}
RUN go install mvdan.cc/gofumpt@latest