Skip to content

Commit

Permalink
move CI to 1.14 and 1.15 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Aug 18, 2020
1 parent a697527 commit 495c178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.14.x, 1.15.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 495c178

Please sign in to comment.