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:
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user