Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
add Go 1.15 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed Dec 28, 2020
1 parent d6265f4 commit fc3660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.12, 1.13, 1.14]
go-version: [1.12, 1.13, 1.14, 1.15]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Set up Go
Expand Down

0 comments on commit fc3660c

Please sign in to comment.