File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ GOTESTSUM_VERSION := v1.12.0
77GOSCALE_VERSION := v1.2.0
88MOCKGEN_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
1411ifeq ($(BRANCH ) ,HEAD)
1512 BRANCH = $(SHA )
You can’t perform that action at this time.
0 commit comments