Skip to content

Commit

Permalink
ci: update go to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Mar 16, 2022
1 parent a468dd6 commit c8e93d2
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.17
go-version: 1.18

- 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.17
go-version: 1.18

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

0 comments on commit c8e93d2

Please sign in to comment.