Skip to content

Commit

Permalink
update github test configuration for current go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
crewjam committed Nov 28, 2022
1 parent 81735a5 commit b329716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18.x', '1.19.x', '1.20.x' ]
go: [ '1.17.x', '1.18.x', '1.19.x']
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit b329716

Please sign in to comment.