Skip to content

Commit faf8f5c

Browse files
committed
Bump to Go 1.23.6
Signed-off-by: Stefan Büringer [email protected]
1 parent 4d91440 commit faf8f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ SHELL:=/usr/bin/env bash
2323
#
2424
# Go.
2525
#
26-
GO_VERSION ?= 1.23.5
27-
GO_DIRECTIVE_VERSION ?= 1.23.5
26+
GO_VERSION ?= 1.23.6
27+
GO_DIRECTIVE_VERSION ?= 1.23.0
2828
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)
2929

3030
# Ensure correct toolchain is used

0 commit comments

Comments
 (0)