Skip to content

Commit 3ffd01d

Browse files
authored
make: Drop unused GOEXPERIMENT (#537)
This is a leftover from pre-Go 1.23 work on this project.
1 parent 1d44d01 commit 3ffd01d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ PROJECT_ROOT = $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
99
# for commands like go generate.
1010
export GOBIN = $(PROJECT_ROOT)/bin
1111
export PATH := $(GOBIN):$(PATH)
12-
export GOEXPERIMENT = rangefunc
1312

1413
TEST_FLAGS ?=
1514

0 commit comments

Comments
 (0)