We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706777e commit 39548e6Copy full SHA for 39548e6
Dockerfile-fuzz
@@ -1,4 +1,4 @@
1
-FROM golang:1.24 as builder
+FROM golang:1.25 as builder
2
RUN apt-get update -qq && apt-get install -y git make
3
WORKDIR /go/src/github.com/moov-io/iso8583
4
COPY . .
go.mod
@@ -2,7 +2,7 @@ module github.com/moov-io/iso8583
go 1.23.0
5
-toolchain go1.24.6
+toolchain go1.25.0
6
7
require (
8
github.com/stretchr/testify v1.10.0
0 commit comments