Update go versions in build matrix

These are the latest versions listed on https://go.dev/dl/
pull/1190/head
Jeff Widman 2022-03-24 14:19:34 -07:00 committed by Boyan Soubachov
parent 6e7fab43fc
commit 285adcc5ce
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: ["1.17.6", "1.16.5", "1.15.13"]
go_version: ["1.17.8", "1.16.15", "1.15.15"]
steps:
- uses: actions/checkout@v2
- name: Setup Go