File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
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 11module github.com/moov-io/iso8583
22
3- go 1.23 .0
3+ go 1.24 .0
44
5- toolchain go1.24.6
5+ toolchain go1.25.3
66
77require (
88 github.com/stretchr/testify v1.10.0
99 github.com/yerden/go-util v1.1.4
10- golang.org/x/text v0.28 .0
10+ golang.org/x/text v0.30 .0
1111)
1212
1313require (
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
6363golang.org/x/text v0.27.0 /go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU =
6464golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng =
6565golang.org/x/text v0.28.0 /go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU =
66+ golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k =
67+ golang.org/x/text v0.30.0 /go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM =
6668gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
6769gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo =
6870gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments