File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 # setup go environment
1616 - name : Set up Go
17- uses : actions/setup-go@v5
17+ uses : actions/setup-go@v6
1818 with :
1919 go-version-file : ' go.mod'
2020
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v6
14- - uses : actions/setup-go@v5
14+ - uses : actions/setup-go@v6
1515 with :
1616 go-version-file : ' go.mod'
1717 - name : Install task
Original file line number Diff line number Diff line change 2020 with :
2121 fetch-depth : 0
2222 - name : Install Go
23- uses : actions/setup-go@v5
23+ uses : actions/setup-go@v6
2424 with :
2525 go-version-file : ' go.mod'
2626 - name : Install task
Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0
1818 - name : Install Go
19- uses : actions/setup-go@v5
19+ uses : actions/setup-go@v6
2020 with :
2121 go-version-file : ' go.mod'
2222 - name : Install task
Original file line number Diff line number Diff line change 2424 persist-credentials : false
2525
2626 - name : Set up Go
27- uses : actions/setup-go@v5
27+ uses : actions/setup-go@v6
2828 with :
2929 go-version-file : ' go.mod'
3030
You can’t perform that action at this time.
0 commit comments