Skip to content

Commit d003585

Browse files
committed
Upgrade to golang 1.24.2
1 parent bebe3e4 commit d003585

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.1-alpine3.21 AS builder
1+
FROM golang:1.24.2-alpine3.21 AS builder
22

33
RUN apk add --no-cache curl
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module media-roller
22

3-
go 1.24.1
3+
go 1.24.2
44

55
require (
66
github.com/dustin/go-humanize v1.0.1

0 commit comments

Comments
 (0)