Skip to content

Commit d35695d

Browse files
authored
Merge pull request #3345 from sbueringer/pr-bump-go
🌱 Bump to Go 1.23.6
2 parents 4d91440 + faf8f5c commit d35695d

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)