Skip to content

Commit

Permalink
Merge pull request #222 from c-bata/go-1-16
Browse files Browse the repository at this point in the history
Use go 1.16
  • Loading branch information
c-bata authored Mar 1, 2021
2 parents 8e6eb48 + d527d12 commit 8aae7fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Set up Go 1.14
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@master
Expand All @@ -28,10 +28,10 @@ jobs:
name: Build examples
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@master
Expand All @@ -44,10 +44,10 @@ jobs:
name: Run lint checks
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@master
Expand Down

0 comments on commit 8aae7fb

Please sign in to comment.