Skip to content

Commit ee44d8b

Browse files
chore(deps): update go to v1.24.1
1 parent 2016bbf commit ee44d8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
22

3-
FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS go-builder
3+
FROM --platform=$BUILDPLATFORM golang:1.24.1-alpine AS go-builder
44
WORKDIR /app
55

66
COPY --from=xx / /

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gabe565.com/castsponsorskip
22

3-
go 1.24.0
3+
go 1.24.1
44

55
require (
66
gabe565.com/utils v0.0.0-20250302063333-ede73b14282c

0 commit comments

Comments
 (0)