Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
demdxx committed Mar 17, 2022
1 parent 055144d commit 450031b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v2
- name: Run linters
Expand All @@ -25,7 +25,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x, 1.17.x]
go-version: [1.18.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -46,7 +46,7 @@ jobs:
if: success()
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v2
- name: Calc coverage
Expand Down

0 comments on commit 450031b

Please sign in to comment.