Skip to content

Commit d3532ef

Browse files
committed
Update Dockerfile and release workflow to use Go version 1.24
1 parent 65d1a63 commit d3532ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
env:
9-
GO_VERSION: '1.21'
9+
GO_VERSION: '1.24'
1010

1111
jobs:
1212
build:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.21-alpine AS builder
2+
FROM golang:1.24-alpine AS builder
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)