fix non-constant format string and docker update

This commit is contained in:
Maycon Santos
2025-11-20 22:58:10 +01:00
parent 3f002cc808
commit 4d08cdb6da
4 changed files with 4 additions and 4 deletions

View File

@@ -200,7 +200,7 @@ jobs:
-e GOCACHE=${CONTAINER_GOCACHE} \
-e GOMODCACHE=${CONTAINER_GOMODCACHE} \
-e CONTAINER=${CONTAINER} \
golang:1.23-alpine \
golang:1.24-alpine \
sh -c ' \
apk update; apk add --no-cache \
ca-certificates iptables ip6tables dbus dbus-dev libpcap-dev build-base; \