update golang to v1.21; set GOEXPERIMENT=loopvar (#1256)
* golang: update to v1.21, and set GOEXPERIMENT=loopvar * golang: go mod tidy
This commit is contained in:
parent
40e030793a
commit
461c1da6de
6 changed files with 11 additions and 5 deletions
|
@ -2,6 +2,9 @@
|
|||
SHELL = /bin/bash
|
||||
.SHELLFLAGS = -o pipefail -c
|
||||
|
||||
# https://github.com/golang/go/wiki/LoopvarExperiment
|
||||
export GOEXPERIMENT := loopvar
|
||||
|
||||
.PHONY: help
|
||||
help: ## Print info about all commands
|
||||
@echo "Commands:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue