From 1a75bafe32a524e8cb095a4616d590a7511233ec Mon Sep 17 00:00:00 2001 From: David Simansky Date: Wed, 24 Jan 2024 14:59:36 +0100 Subject: [PATCH] Remove toolchain directive --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index e6d1a30c1..e95d8cb98 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module knative.dev/func go 1.21 -toolchain go1.21.4 - // Use older version since it checks ~/.docker/config.json for credentials as opposed to later versions replace github.com/containers/image/v5 => github.com/containers/image/v5 v5.23.1