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 fdc629c commit 5bb2448Copy full SHA for 5bb2448
.github/workflows/main.yml
@@ -13,7 +13,7 @@ defaults:
13
shell: bash
14
15
env:
16
- GO_VERSION: 1.23.6
+ GO_VERSION: 1.23.10
17
18
jobs:
19
build:
tools/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.6-bookworm
+FROM golang:1.23.10-bookworm
2
3
RUN apt-get update && apt-get install -y git
4
ENV GOCACHE=/tmp/build/.cache
0 commit comments