Skip to content

Commit

Permalink
Update CI job to use correct go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelnano committed Mar 12, 2021
1 parent 4a35198 commit 44224ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: ["1.12", "1.13"]
go: ["1.14"]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Set up Go
Expand Down

0 comments on commit 44224ab

Please sign in to comment.