Skip to content

Commit

Permalink
update golang version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed May 22, 2022
1 parent 408d487 commit 7ffaf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go: ['1.12', '1.13', '1.14', '1.15']
go: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
steps:
- name: Go ${{ matrix.go }}
uses: actions/setup-go@v1
Expand Down

0 comments on commit 7ffaf70

Please sign in to comment.