We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5569fb commit a767624Copy full SHA for a767624
.github/workflows/build.yml
@@ -15,7 +15,7 @@ on:
15
16
env:
17
DESTDIR: ./bin
18
- GO_VERSION: 1.22.11
+ GO_VERSION: 1.23.6
19
20
jobs:
21
validate:
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG GO_VERSION=1.22.11
+ARG GO_VERSION=1.23.6
4
ARG DEBIAN_VERSION=bookworm
5
6
ARG XX_VERSION=1.6.1
deb/Dockerfile
ARG DISTRO=ubuntu
ARG SUITE=focal
0 commit comments