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