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.
2 parents 8e175f9 + b35b2b2 commit c44ae45Copy full SHA for c44ae45
.github/workflows/main.yml
@@ -19,7 +19,7 @@ env:
19
20
# If you change this value, please change it in the following files as well:
21
# /Dockerfile
22
- GO_VERSION: 1.23.6
+ GO_VERSION: 1.23.9
23
24
jobs:
25
########################
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.6-alpine as builder
+FROM golang:1.23.9-alpine as builder
2
3
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
4
# queries required to connect to linked containers succeed.
0 commit comments