Skip to content

Commit e9a6739

Browse files
authored
Update Docker/workflow go (#103)
1 parent 69bc26c commit e9a6739

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.23'
18+
go-version: '1.24'
1919

2020
- name: Build
2121
run: go build -v ./...

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the Go binary
2-
FROM golang:1.23 AS builder
2+
FROM golang:1.24 AS builder
33

44
WORKDIR /app
55
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)