Skip to content

Commit 39548e6

Browse files
chore(deps): update all
1 parent 706777e commit 39548e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile-fuzz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24 as builder
1+
FROM golang:1.25 as builder
22
RUN apt-get update -qq && apt-get install -y git make
33
WORKDIR /go/src/github.com/moov-io/iso8583
44
COPY . .

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/moov-io/iso8583
22

33
go 1.23.0
44

5-
toolchain go1.24.6
5+
toolchain go1.25.0
66

77
require (
88
github.com/stretchr/testify v1.10.0

0 commit comments

Comments
 (0)