Skip to content

Commit

Permalink
Merge pull request etcd-io#16555 from ahrtr/3.5_golang_20230908
Browse files Browse the repository at this point in the history
[3.5] dependency: bump golang to 1.20.8
  • Loading branch information
ahrtr authored Sep 8, 2023
2 parents 630401e + bdae1d3 commit c8d06bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.7
1.20.8
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ docker-remove:



GO_VERSION ?= 1.20.7
GO_VERSION ?= 1.20.8
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")

TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)
Expand Down

0 comments on commit c8d06bb

Please sign in to comment.