File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.24 as builder
1+ FROM golang:1.25 as builder
22RUN apt-get update -qq && apt-get install -y git make
33WORKDIR /go/src/github.com/moov-io/iso8583
44COPY . .
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ module github.com/moov-io/iso8583
22
33go 1.23.0
44
5- toolchain go1.24.6
5+ toolchain go1.25.0
66
77require (
8- github.com/stretchr/testify v1.10.0
8+ github.com/stretchr/testify v1.11.1
99 github.com/yerden/go-util v1.1.4
1010 golang.org/x/text v0.28.0
1111)
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
2626github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
2727github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
2828github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
29+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
30+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
2931github.com/yerden/go-util v1.1.4 h1:jd8JyjLHzpEs1ZZQzDkfRgosDtXp/BtIAV1kpNjVTtw =
3032github.com/yerden/go-util v1.1.4 /go.mod h1:3HeLrvtkEeAv67ARostM9Yn0DcAVqgJ3uAiCuywEEXk =
3133golang.org/x/sys v0.0.0-20190913121621-c3b328c6e5a7 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments