Skip to content

Commit

Permalink
Update versions of go used to run tests
Browse files Browse the repository at this point in the history
Update the versions of Go used to run tests from 1.13 through 1.17 to
1.15 through 1.19
  • Loading branch information
ianlopshire committed Oct 6, 2022
1 parent 423a243 commit d955f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.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: ['1.13', '1.14', '1.15', '1.16', '1.17']
go: ['1.15', '1.16', '1.17', '1.18', '1.19']
steps:
- uses: actions/checkout@master
- name: Setup go
Expand Down

0 comments on commit d955f8b

Please sign in to comment.