Skip to content

Commit

Permalink
short test only run with lastest Go
Browse files Browse the repository at this point in the history
  • Loading branch information
dannypsnl committed Nov 7, 2020
1 parent 251f187 commit ef58615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go-version: [1.13, 1.14, 1.15]
go-version: [1.15]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go-version: [1.13, 1.14, 1.15]
go-version: [1.15]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand Down

0 comments on commit ef58615

Please sign in to comment.