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.
2 parents 21315c2 + df397f4 commit f82d0dfCopy full SHA for f82d0df
Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM public.ecr.aws/eks-distro-build-tooling/golang:1.24.0 as go-builder
+FROM public.ecr.aws/eks-distro-build-tooling/golang:1.25.0 as go-builder
16
WORKDIR /go/src/github.com/kubernetes-sigs/aws-efs-csi-driver
17
18
ARG TARGETOS
go.mod
@@ -154,6 +154,4 @@ require (
154
155
replace k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.33.2
156
157
-go 1.24.0
158
-
159
-toolchain go1.24.4
+go 1.25.0
0 commit comments