From c65d30f8f8ae89ab50d4c7ac28ee08ba42c329f3 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:37:44 +0200 Subject: [PATCH] bump golang version to 1.21.9 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4488f740a0..fd20dc8ced 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.21.8 +ARG GO_VERSION=1.21.9 ARG XX_VERSION=1.2.1 ARG GOLANGCI_LINT_VERSION=v1.55.2 ARG ADDLICENSE_VERSION=v1.0.0