Skip to content

Commit

Permalink
make: Drop unused GOEXPERIMENT (#537)
Browse files Browse the repository at this point in the history
This is a leftover from pre-Go 1.23 work on this project.
  • Loading branch information
abhinav authored Dec 29, 2024
1 parent 1d44d01 commit 3ffd01d
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 @@ -9,7 +9,6 @@ PROJECT_ROOT = $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
# for commands like go generate.
export GOBIN = $(PROJECT_ROOT)/bin
export PATH := $(GOBIN):$(PATH)
export GOEXPERIMENT = rangefunc

TEST_FLAGS ?=

Expand Down

0 comments on commit 3ffd01d

Please sign in to comment.