Skip to content

Commit d6f9ede

Browse files
committed
Remove GOEXPERIMENT=rangefunc stuff
1 parent 9adb7f3 commit d6f9ede

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ env:
1414
TD_QUEUE_ZONE: ${{ secrets.TD_QUEUE_ZONE }}
1515
DUMP_QUEUE_NAME: ${{ secrets.DUMP_QUEUE_NAME }}
1616
DUMP_QUEUE_ZONE: ${{ secrets.DUMP_QUEUE_ZONE }}
17-
# TODO: need to remove GOEXPERIMENT=rangefunc after updating to Go 1.23
18-
GOEXPERIMENT: rangefunc
1917
# If needed the variable GOPRIVATE can be set in the repository settings :: Secrets and Variables > action > Variables : GOPRIVATE
2018

2119
# Trigger the workflow on all pull requests, and on push to specific branches

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ GOTESTSUM_VERSION := v1.12.0
77
GOSCALE_VERSION := v1.2.0
88
MOCKGEN_VERSION := v0.4.0
99

10-
# TODO: need to remove this after updating to Go 1.23
11-
export GOEXPERIMENT = rangefunc
12-
1310
# Add an indicator to the branch name if dirty and use commithash if running in detached mode
1411
ifeq ($(BRANCH),HEAD)
1512
BRANCH = $(SHA)

0 commit comments

Comments
 (0)