We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bc26c commit e9a6739Copy full SHA for e9a6739
2 files changed
.github/workflows/test.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '1.23'
+ go-version: '1.24'
19
20
- name: Build
21
run: go build -v ./...
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build the Go binary
2
-FROM golang:1.23 AS builder
+FROM golang:1.24 AS builder
3
4
WORKDIR /app
5
COPY go.mod go.sum ./
0 commit comments