We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e2b0ff + 0202e5a commit 955f6c5Copy full SHA for 955f6c5
3 files changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ on:
24
25
env:
26
DESTDIR: ./bin
27
- GO_VERSION: 1.25.7
+ GO_VERSION: 1.25.8
28
29
jobs:
30
validate:
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG GO_VERSION=1.25.7
+ARG GO_VERSION=1.25.8
4
ARG DEBIAN_VERSION=bookworm
5
6
ARG XX_VERSION=1.7.0
deb/Dockerfile
ARG DISTRO=ubuntu
ARG SUITE=jammy
0 commit comments