We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1949d46 commit 6398a52Copy full SHA for 6398a52
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25-alpine as builder
+FROM golang:1.26-alpine as builder
2
WORKDIR /go/src/github.com/moov-io/ach
3
RUN apk add -U git make
4
RUN adduser -D -g '' --shell /bin/false moov
go.mod
@@ -2,7 +2,7 @@ module github.com/moov-io/ach
go 1.24.0
5
-toolchain go1.25.7
+toolchain go1.26.0
6
7
require (
8
github.com/Pallinder/go-randomdata v1.2.0
0 commit comments