Skip to content

Commit

Permalink
test with go 1.18, update action versions (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
purificant committed May 20, 2022
1 parent 9e71a0d commit b75b525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -21,18 +21,18 @@ jobs:

strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}

steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
- name: Test
Expand Down

0 comments on commit b75b525

Please sign in to comment.