Upgrade golang

This commit is contained in:
rroller 2025-03-04 21:38:24 -08:00
parent 3c6d78e644
commit 3430287667
2 changed files with 2 additions and 2 deletions

View file

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

2
go.mod
View file

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