Skip to content

Commit bd7affb

Browse files
chore(deps): update go to v1.24.1
1 parent 2295cc7 commit bd7affb

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,4 +1,4 @@
1-
FROM golang:1.24.0-alpine AS go-builder
1+
FROM golang:1.24.1-alpine AS go-builder
22
WORKDIR /app
33

44
COPY go.mod go.sum ./

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)