We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6092982 + 4dc1ab3 commit 82515c6Copy full SHA for 82515c6
2 files changed
.github/workflows/build-go.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Go
23
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
24
with:
25
- go-version: '1.26.1' # GOVERSION
+ go-version: '1.26.2' # GOVERSION
26
27
- name: Cache Go modules
28
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
Dockerfile
@@ -1,5 +1,5 @@
1
# Use the official Golang image for building the application
2
-FROM golang:1.26.1 AS builder
+FROM golang:1.26.2 AS builder
3
4
# Set the working directory inside the container
5
WORKDIR /app
0 commit comments