Skip to content

Commit

Permalink
Bump to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jan 17, 2024
1 parent d5c61f7 commit 1e1f846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ IMAGE := $(REGISTRY)/$(BIN)
TAG := $(VERSION)
OS_ARCH_TAG := $(TAG)__$(OS)_$(ARCH)

BUILD_IMAGE ?= golang:1.20-alpine
BUILD_IMAGE ?= golang:1.21-alpine

DBG_MAKEFILE ?=
ifneq ($(DBG_MAKEFILE),1)
Expand Down

0 comments on commit 1e1f846

Please sign in to comment.