Skip to content

Commit

Permalink
Dropped support of Go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Sep 3, 2021
1 parent 86d5e45 commit 0cb7623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.13, 1.14, 1.15, 1.16]
goVer: [1.14, 1.15, 1.16, 1.17]
steps:
- name: Set up Go ${{ matrix.goVer }}
uses: actions/setup-go@v2
Expand Down

0 comments on commit 0cb7623

Please sign in to comment.