1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Install Go
17- uses : actions/setup-go@v2
17+ uses : actions/setup-go@v3
1818 with :
1919 # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
2020 go-version : ${{ env.GO_VERSION }}
3232 steps :
3333 - uses : actions/checkout@v3
3434 - name : Install Go
35- uses : actions/setup-go@v2
35+ uses : actions/setup-go@v3
3636 with :
3737 # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
3838 go-version : ${{ env.GO_VERSION }}
5050 steps :
5151 - uses : actions/checkout@v3
5252 - name : Install Go
53- uses : actions/setup-go@v2
53+ uses : actions/setup-go@v3
5454 with :
5555 # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
5656 go-version : ${{ env.GO_VERSION }} # test only the latest go version to speed up CI
6464 steps :
6565 - uses : actions/checkout@v3
6666 - name : Install Go
67- uses : actions/setup-go@v2
67+ uses : actions/setup-go@v3
6868 with :
6969 # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
7070 go-version : ${{ env.GO_VERSION }} # test only the latest go version to speed up CI
8282 steps :
8383 - uses : actions/checkout@v3
8484 - name : Install Go
85- uses : actions/setup-go@v2
85+ uses : actions/setup-go@v3
8686 with :
8787 # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
8888 go-version : ${{ matrix.golang }}
@@ -106,7 +106,7 @@ jobs:
106106 - name : Unshallow
107107 run : git fetch --prune --unshallow
108108 - name : Install Go
109- uses : actions/setup-go@v2
109+ uses : actions/setup-go@v3
110110 with :
111111 # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
112112 go-version : ${{ env.GO_VERSION }}
0 commit comments