From 254a94b07d922a66cd51024f28ad688b786aaa3c Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Wed, 8 Nov 2023 19:08:11 +0100 Subject: [PATCH] bump golang to version 1.21.4 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 b72f6065..8f5e1bc3 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.1 +ARG GO_VERSION=1.21.4 ARG XX_VERSION=1.2.1 ARG GOLANGCI_LINT_VERSION=v1.54.2 ARG ADDLICENSE_VERSION=v1.0.0