Skip to content

Commit

Permalink
chore: add go1.18.x to github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthPestilane committed Mar 28, 2022
1 parent c584038 commit 1cdcbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go-version: [ 1.15.x, 1.16.x, 1.17.x ]
go-version: [ 1.16.x, 1.17.x, 1.18.x ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Code
Expand Down

0 comments on commit 1cdcbb6

Please sign in to comment.