File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9- env :
10- GO_VERSION : " 1.25.1"
11-
129jobs :
1310 go-test-internal :
1411 runs-on : ubuntu-latest
2421 - name : Set up Go
2522 uses : actions/setup-go@v5
2623 with :
27- go-version : ${{ env.GO_VERSION }}
24+ go-version-file : go.mod
2825
2926 - name : Run `internal` tests
3027 run : go tool task test:internal
4845 - name : Set up Go
4946 uses : actions/setup-go@v5
5047 with :
51- go-version : ${{ env.GO_VERSION }}
48+ go-version-file : go.mod
5249
5350 - name : Run `pkg` tests
5451 run : go tool task test:pkg
Original file line number Diff line number Diff line change 66 - " v[0-9]+.[0-9]+.[0-9]+*"
77
88env :
9- GO_VERSION : " 1.25.1"
109 PROJECT_NAME : " arduino-app-cli"
1110 GITHUB_TOKEN : ${{ secrets.ARDUINOBOT_TOKEN }}
1211 GITHUB_USERNAME : ArduinoBot
3837 - name : Set up Go
3938 uses : actions/setup-go@v5
4039 with :
41- go-version : ${{ env.GO_VERSION }}
40+ go-version-file : go.mod
4241
4342 - name : Build deb
4443 run : |
You can’t perform that action at this time.
0 commit comments