Upgrade to golang 1.24.2

This commit is contained in:
rroller 2025-04-12 13:10:10 -07:00
parent bebe3e4e47
commit d003585fd0
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.24.1-alpine3.21 AS builder FROM golang:1.24.2-alpine3.21 AS builder
RUN apk add --no-cache curl RUN apk add --no-cache curl

2
go.mod
View file

@ -1,6 +1,6 @@
module media-roller module media-roller
go 1.24.1 go 1.24.2
require ( require (
github.com/dustin/go-humanize v1.0.1 github.com/dustin/go-humanize v1.0.1