Skip to content

Commit

Permalink
Update workflow to more recent golang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
awlx authored Sep 6, 2021
1 parent 3cf5d68 commit 003380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.13.x", "1.14.x", "1.15.x"]
go: ["1.15.x", "1.16.x", "1.17.x"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 003380a

Please sign in to comment.