Skip to content

Commit

Permalink
add golang v1.18~1.19 on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
torden committed Aug 17, 2022
1 parent b0589d4 commit 3e6b634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build_and_test:
strategy:
matrix:
go: ['1.17', '1.16', '1.15', '1.14']
go: ['1.19', '1.18', '1.17', '1.16', '1.15', '1.14']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.18', '1.17', '1.16', '1.15']
go: ['1.19', '1.18', '1.17', '1.16', '1.15']
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 3e6b634

Please sign in to comment.