Skip to content

Commit

Permalink
ci: bump go environment to 1.22 (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdowell committed Jul 4, 2024
1 parent 43d1d95 commit 7b84a76
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 @@ -38,7 +38,7 @@ GO_DIR := $(OUTPUT_DIR)/go

# Base image used for all golang containers
# Uses trusted google-built golang image
GOLANG_IMAGE_VERSION := 1.21.11
GOLANG_IMAGE_VERSION := 1.22.5
GOLANG_IMAGE := google-go.pkg.dev/golang:$(GOLANG_IMAGE_VERSION)
# Base image used for debian containers
# When updating you can use this command:
Expand Down

0 comments on commit 7b84a76

Please sign in to comment.