From ae4fd7916c1028480510614822b4f4d5f04d70eb Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:04:15 +0100 Subject: [PATCH] bump golang to version 1.21.5 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 8f5e1bc3..0cf0a278 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.4 +ARG GO_VERSION=1.21.5 ARG XX_VERSION=1.2.1 ARG GOLANGCI_LINT_VERSION=v1.54.2 ARG ADDLICENSE_VERSION=v1.0.0