File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2020 - name : Set up Go
2121 uses : actions/setup-go@v4
2222 with :
23- go-version : " 1.24.2 "
23+ go-version : " 1.25.0 "
2424 - name : Run GoReleaser
2525 uses : goreleaser/goreleaser-action@v5
2626 with :
3030 args : release --clean
3131 env :
3232 GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
33+ GOEXPERIMENT : greenteagc
Original file line number Diff line number Diff line change 2323 runs-on : self-hosted
2424 strategy :
2525 matrix :
26- go-version : ["1.24.2 "]
26+ go-version : ["1.25.0 "]
2727
2828 steps :
2929 - uses : actions/checkout@v3
4040 TEST_PAT : ${{ secrets.TEST_PAT }}
4141 run : |
4242 export OPENRUN_HOME=`pwd`
43- export GOAMD64=v3
43+ export GOEXPERIMENT=greenteagc
4444 rm -rf internal/server/appspecs && cd internal/server
4545 git clone --single-branch --depth 1 https://github.com/openrundev/appspecs.git
4646 rm -rf appspecs/.git
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-22.04
2020 strategy :
2121 matrix :
22- go-version : ["1.24.2 "]
22+ go-version : ["1.25.0 "]
2323
2424 steps :
2525 - uses : actions/checkout@v3
3636 TEST_PAT : ${{ secrets.TEST_PAT }}
3737 run : |
3838 export OPENRUN_HOME=`pwd`
39- export GOAMD64=v3
39+ export GOEXPERIMENT=greenteagc
4040 rm -rf internal/server/appspecs && cd internal/server
4141 git clone --single-branch --depth 1 https://github.com/openrundev/appspecs.git
4242 rm -rf appspecs/.git
Original file line number Diff line number Diff line change 33
44module github.com/openrundev/openrun
55
6- go 1.24.2
6+ go 1.25.0
77
88require (
99 github.com/BurntSushi/toml v1.4.0
You can’t perform that action at this time.
0 commit comments