Skip to content

Commit

Permalink
ci: will be not support go < 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Mar 20, 2023
1 parent 64f6508 commit b564cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go_version: [1.16, 1.17, 1.18, 1.19, '1.20']
go_version: [1.17, 1.18, 1.19, '1.20']
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand All @@ -40,8 +40,8 @@ jobs:
env:
COLOR_DEBUG_MODE: on
# run: go test -v -cover ./...
# must add " for profile.cov on windows OS
run: go test -v -coverprofile="profile.cov" ./...
# must add " for profile.cov on Windows OS
run: go test -coverprofile="profile.cov" ./...

- name: Send coverage
uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit b564cab

Please sign in to comment.