Skip to content

Commit

Permalink
Bump minimal required go version
Browse files Browse the repository at this point in the history
  • Loading branch information
hikhvar committed Mar 21, 2021
1 parent 1de4d0b commit 67e455c
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 @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
# Test oldest and newest supported version
go-version: [1.13.x, 1.16.x]
go-version: [1.14.x, 1.16.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 67e455c

Please sign in to comment.