Skip to content

Commit

Permalink
Merge pull request #333 from mattfarina/bump-go-18
Browse files Browse the repository at this point in the history
Updating the go and action versions used in testing
  • Loading branch information
mattfarina committed May 3, 2022
2 parents ae1d86e + eb664c6 commit 5a09ebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Expand Up @@ -4,16 +4,16 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [1.16.x, 1.17.x, 1.18.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Test
env:
GO111MODULE: on
Expand Down

0 comments on commit 5a09ebd

Please sign in to comment.