We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b82a5f7 + ace167d commit e05b511Copy full SHA for e05b511
4 files changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Go
21
uses: actions/setup-go@v5.3.0
22
with:
23
- go-version: 1.24.9
+ go-version: 1.24.11
24
- name: Checkout code
25
uses: actions/checkout@v4.2.2
26
- name: Run unit tests
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.9 AS builder
+FROM golang:1.24.11 AS builder
2
3
ENV OUTPUT_DIR=/out
4
Dockerfile_linux_arm64
Dockerfile_linux_s390x
0 commit comments