about summary refs log tree commit diff
path: root/bskyweb/Makefile
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2023-08-28 19:35:23 -0700
committerGitHub <noreply@github.com>2023-08-28 19:35:23 -0700
commit461c1da6de201dbb8fa6c700137e648b33b13c05 (patch)
treee8a936ebf0ad58bae340b68f06e1f13a91c08c39 /bskyweb/Makefile
parent40e030793a23ecc4ff7a8da5cf32f705d067b77e (diff)
downloadvoidsky-461c1da6de201dbb8fa6c700137e648b33b13c05.tar.zst
update golang to v1.21; set GOEXPERIMENT=loopvar (#1256)
* golang: update to v1.21, and set GOEXPERIMENT=loopvar

* golang: go mod tidy
Diffstat (limited to 'bskyweb/Makefile')
-rw-r--r--bskyweb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bskyweb/Makefile b/bskyweb/Makefile
index 7561a1454..e0ba8aec0 100644
--- a/bskyweb/Makefile
+++ b/bskyweb/Makefile
@@ -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:"