Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
test on latest version of Go.

remove fmt check which was failing
  • Loading branch information
buro9 committed Jan 28, 2023
1 parent fc539b0 commit 6495f3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17.x, 1.18.x]
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -27,5 +27,3 @@ jobs:
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v2
- name: Check Code Formation
run: make fmt-check

0 comments on commit 6495f3b

Please sign in to comment.