File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Set up Go
10- uses : actions/setup-go@v1
10+ uses : actions/setup-go@v2.1.3
1111 with :
1212 go-version : 1.15
1313 id : go
2727 if : ${{ github.event_name == 'push' }}
2828 steps :
2929 - name : Set up Go
30- uses : actions/setup-go@v1
30+ uses : actions/setup-go@v2.1.3
3131 with :
3232 go-version : 1.15
3333 id : go
Original file line number Diff line number Diff line change 2626 run : git fetch --prune --unshallow
2727 -
2828 name : Set up Go
29- uses : actions/setup-go@v2
29+ uses : actions/setup-go@v2.1.3
3030 with :
3131 go-version : 1.15
3232 -
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Set up Go
16- uses : actions/setup-go@v1
16+ uses : actions/setup-go@v2.1.3
1717 with :
1818 go-version : ${{ matrix.go }}
1919 id : go
You can’t perform that action at this time.
0 commit comments