Skip to content

Commit 8cc2363

Browse files
author
Fabian Holler
committed
Revert "ci: update go to 1.18"
This reverts commit c8e93d2. golangci-lint does not support 1.18 yet (golangci/golangci-lint#2649), postpone the upgrade.
1 parent ebb720d commit 8cc2363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.18
18+
go-version: 1.17
1919

2020
- name: Check out code
2121
uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Go
3030
uses: actions/setup-go@v2
3131
with:
32-
go-version: 1.18
32+
go-version: 1.17
3333

3434
- name: Check out code
3535
uses: actions/checkout@v2

0 commit comments

Comments
 (0)