Skip to content

Commit b262f28

Browse files
committed
Update Go version in GitHub Actions to 1.18.4
Signed-off-by: Angel Misevski <[email protected]>
1 parent f2876ca commit b262f28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Set up Go 1.x
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.17.12
17+
go-version: 1.18.4
1818
-
1919
name: Set up Python 3.8
2020
uses: actions/setup-python@v2

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Set up Go 1.x
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.17.12
18+
go-version: 1.18.4
1919
-
2020
name: Set up Python 3.8
2121
uses: actions/setup-python@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go 1.x
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.17.12
31+
go-version: 1.18.4
3232

3333
- name: Clone source code
3434
uses: actions/checkout@v2

0 commit comments

Comments
 (0)