Skip to content

Commit

Permalink
Makefile: the toolchain directive should be better supported now
Browse files Browse the repository at this point in the history
Even Go 1.21 has improved support for it since 1.21.11
(golang/go#62278)

Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Jun 21, 2024
1 parent 65de71d commit 7153bf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ ifneq "$(LXD_OFFLINE)" ""
endif
go get -t -v -d -u ./...
go mod tidy -go=$(GOMIN)
go get toolchain@none

@echo "Dependencies updated"

Expand Down

0 comments on commit 7153bf0

Please sign in to comment.