File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup Go
2020 uses : actions/setup-go@v3
2121 with :
22- go-version : 1.17 .x
22+ go-version : 1.18 .x
2323 - name : Restore Go cache
2424 uses : actions/cache@v3
2525 with :
5656 - name : Setup Go
5757 uses : actions/setup-go@v3
5858 with :
59- go-version : 1.17 .x
59+ go-version : 1.18 .x
6060 - name : Enable integration tests
6161 # Only run integration tests for main branch
6262 if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 1919 - name : Setup Go
2020 uses : actions/setup-go@v3
2121 with :
22- go-version : 1.17 .x
22+ go-version : 1.18 .x
2323 - name : Restore Go cache
2424 uses : actions/cache@v3
2525 with :
4343 - name : Setup Go
4444 uses : actions/setup-go@v3
4545 with :
46- go-version : 1.17 .x
46+ go-version : 1.18 .x
4747 - name : Run tests
4848 env :
4949 TEST_AZURE_ACCOUNT_NAME : ${{ secrets.TEST_AZURE_ACCOUNT_NAME }}
7272 - name : Setup Go
7373 uses : actions/setup-go@v3
7474 with :
75- go-version : 1.17 .x
75+ go-version : 1.18 .x
7676 - name : Restore Go cache
7777 uses : actions/cache@v3
7878 with :
Original file line number Diff line number Diff line change 1919 - name : Setup Go
2020 uses : actions/setup-go@v3
2121 with :
22- go-version : 1.17 .x
22+ go-version : 1.18 .x
2323 - name : Restore Go cache
2424 uses : actions/cache@v3
2525 with :
You can’t perform that action at this time.
0 commit comments