File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11name : " Tests"
22on : ["push"]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.ref }}
6+ cancel-in-progress : true
7+
48jobs :
59 ci :
610 name : " Run CI"
711 strategy :
812 fail-fast : false
913 matrix :
10- os : ["ubuntu-latest", "macOS -latest"]
11- go : ["1.23.x"]
14+ os : ["ubuntu-latest", "macos -latest"]
15+ go : ["1.23.x"]
1216 runs-on : ${{ matrix.os }}
1317 steps :
14- - uses : actions/checkout@v2
15- with :
16- fetch-depth : 1
17- - uses : WillAbides/setup-go-faster@v1.14.0
18+ - uses : actions/checkout@v4
19+ - uses : actions/setup-go@v5
1820 with :
1921 go-version : ${{ matrix.go }}
2022 - run : " go test ./..."
2325 with :
2426 version : " latest"
2527 install-go : false
26- cache-key : ${{ matrix.go }}
27- working-directory : ${{ matrix.dir }}
You can’t perform that action at this time.
0 commit comments