Skip to content

Commit

Permalink
Merge pull request #295 from goccy/feature/update-go-version
Browse files Browse the repository at this point in the history
Update Go version in CI
  • Loading branch information
goccy committed May 1, 2022
2 parents c341f2c + 4d0f296 commit b377def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.15", "1.16", "1.17" ]
go-version: [ "1.16", "1.17", "1.18" ]
runs-on: ${{ matrix.os }}
steps:
- name: setup Go ${{ matrix.go-version }}
Expand All @@ -29,7 +29,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: checkout
uses: actions/checkout@v2
- name: build
Expand All @@ -46,7 +46,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: checkout
uses: actions/checkout@v2
- name: measure coverage
Expand Down

0 comments on commit b377def

Please sign in to comment.