Skip to content

Commit f2772eb

Browse files
committed
Update Go to 1.18 in CI
Signed-off-by: Stefan Prodan <[email protected]>
1 parent b47d468 commit f2772eb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:
@@ -56,7 +56,7 @@ jobs:
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'

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:
@@ -43,7 +43,7 @@ jobs:
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 }}
@@ -72,7 +72,7 @@ jobs:
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:

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:

0 commit comments

Comments
 (0)