Upgrade from go 1.25.1 to go 1.25.3
This commit is contained in:
parent
d2e1556c3c
commit
4b16bebf7d
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
golang 1.25.1
|
||||
golang 1.25.3
|
||||
|
|
|
|||
|
|
@ -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
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module media-roller
|
||||
|
||||
go 1.25.1
|
||||
go 1.25.3
|
||||
|
||||
require (
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue