Upgrade from go 1.25.1 to go 1.25.3

This commit is contained in:
rroller 2025-10-19 15:46:59 -07:00
parent d2e1556c3c
commit 4b16bebf7d
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
golang 1.25.1
golang 1.25.3

View file

@ -1,4 +1,4 @@
FROM golang:1.25.1-alpine3.22 AS builder
FROM golang:1.25.3-alpine3.22 AS builder
RUN apk add --no-cache curl

2
go.mod
View file

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