Skip to content

Commit 0ac5f58

Browse files
authored
Switch gh workflows to go 1.18.9 (#2267)
1 parent fd0092e commit 0ac5f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-go@v2
1616
with:
17-
go-version: "^1.17.4"
17+
go-version: "^1.18.9"
1818
- name: Make dependencies
1919
run: make deps mocks
2020
- name: Code generation

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-go@v2
1616
with:
17-
go-version: "^1.17.4"
17+
go-version: "^1.18.9"
1818
- name: Make dependencies
1919
run: make deps mocks
2020
- name: Compile

0 commit comments

Comments
 (0)