Browse Source

Run test builds using recent Go

pull/2029/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
ffd24ccccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/test.yaml

2
.github/workflows/test.yaml

@ -5,7 +5,7 @@ jobs: @@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:

Loading…
Cancel
Save