Skip to content

Commit

Permalink
Use go1.18 in CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Aug 22, 2022
1 parent 21fcfce commit e2aed49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
on:
on:
- push
- pull_request
name: Test
Expand All @@ -10,7 +10,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
Expand Down

0 comments on commit e2aed49

Please sign in to comment.