File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11---
22name : test
33
4- on : ["push", "pull_request"]
4+ on :
5+ pull_request : {}
56
67env :
8+ # be sure to update the version in release.yaml too
79 GO_VERSION : " 1.22"
810 LINUX_ARCHES : " amd64 386 arm arm64 s390x mips64le ppc64le riscv64"
911
1618 - name : setup go
1719 uses : actions/setup-go@v5
1820 with :
19- go-version-file : go.mod
21+ go-version : ${{ env.GO_VERSION }}
2022 - uses : ibiqlik/action-yamllint@v3
2123 with :
2224 format : auto
3436 - name : setup go
3537 uses : actions/setup-go@v5
3638 with :
37- go-version-file : go.mod
39+ go-version : ${{ env.GO_VERSION }}
3840 - name : Build on all supported architectures
3941 run : |
4042 set -e
5860 - name : setup go
5961 uses : actions/setup-go@v5
6062 with :
61- go-version-file : go.mod
63+ go-version : ${{ env.GO_VERSION }}
6264 - name : Set up Go for root
6365 run : |
6466 sudo ln -sf `which go` `sudo which go` || true
8991 - name : setup go
9092 uses : actions/setup-go@v5
9193 with :
92- go-version-file : go.mod
94+ go-version : ${{ env.GO_VERSION }}
9395 - name : test
9496 run : bash ./test_windows.sh
You can’t perform that action at this time.
0 commit comments