From 1cfeda71ebfe636e8ab04395efb858a4adf85446 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:18:43 +0100 Subject: [PATCH] ci(deps): bump golang to version v1.21.6 (#11331) 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 0cf0a2781..b1eeb5bfd 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.5 +ARG GO_VERSION=1.21.6 ARG XX_VERSION=1.2.1 ARG GOLANGCI_LINT_VERSION=v1.54.2 ARG ADDLICENSE_VERSION=v1.0.0