Skip to content

Commit

Permalink
Update go in CI (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu committed Apr 23, 2022
1 parent acf05dd commit 9f0268e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Setup go 1.16
- name: Setup go 1.18
uses: actions/setup-go@v3
with:
go-version: 1.16.0
go-version: 1.18
- name: Checkout code
uses: actions/checkout@v3
- name: Download dependencies
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Setup go 1.16
- name: Setup go 1.18
uses: actions/setup-go@v3
with:
go-version: 1.16.0
go-version: 1.18
- name: Checkout code
uses: actions/checkout@v3
- name: Download dependencies
Expand Down

0 comments on commit 9f0268e

Please sign in to comment.