Skip to content

Commit baed692

Browse files
committed
fix(ci): use correct go version in CI
1 parent 640ef2f commit baed692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-go@v2
1919
with:
20-
go-version: '1.17'
20+
go-version: '1.18'
2121

2222
- name: Build release assets
2323
run: make release

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-go@v2
2828
with:
29-
go-version: '1.17'
29+
go-version: '1.18'
3030

3131
- name: Install dependencies
3232
run: make get-deps

0 commit comments

Comments
 (0)