Skip to content

Commit

Permalink
Update builds
Browse files Browse the repository at this point in the history
* Add Go 1.17.6 to the build versions
* Remove Go 1.14
* Remove unused TravisCI file
  • Loading branch information
bsoubachov authored and boyan-soubachov committed Feb 10, 2022
1 parent ab6dc32 commit f87e2b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: ["1.16.5", "1.15.13", "1.14.15"]
go_version: ["1.17.6", "1.16.5", "1.15.13"]
steps:
- uses: actions/checkout@v2
- name: Setup Go
Expand Down
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

0 comments on commit f87e2b2

Please sign in to comment.