Skip to content

Commit

Permalink
Revert "ci: update go to 1.18"
Browse files Browse the repository at this point in the history
This reverts commit c8e93d2.

golangci-lint does not support 1.18 yet
(golangci/golangci-lint#2649), postpone the upgrade.
  • Loading branch information
fho committed Mar 16, 2022
1 parent ebb720d commit 8cc2363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.17

- name: Check out code
uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.17

- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 8cc2363

Please sign in to comment.