File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v3
11- - uses : actions/setup-go@v2
11+ - uses : actions/setup-go@v3
1212 with :
1313 go-version : ' ^1.19'
1414 - run : " PATH=/usr/local/go/bin:$PATH make test-cover"
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Set up Go 1.x
21- uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4.0
21+ uses : actions/setup-go@v3
2222 with :
2323 go-version : ' 1.19'
2424 id : go
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020 - name : Install go
21- uses : actions/setup-go@v2
21+ uses : actions/setup-go@v3
2222 with :
2323 go-version : ' ^1.19'
2424 - name : generate release artifacts
You can’t perform that action at this time.
0 commit comments