Skip to content

Commit b564cab

Browse files
committed
ci: will be not support go < 1.17
1 parent 64f6508 commit b564cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
go_version: [1.16, 1.17, 1.18, 1.19, '1.20']
22+
go_version: [1.17, 1.18, 1.19, '1.20']
2323
os: [ubuntu-latest, windows-latest, macOS-latest]
2424

2525
steps:
@@ -40,8 +40,8 @@ jobs:
4040
env:
4141
COLOR_DEBUG_MODE: on
4242
# run: go test -v -cover ./...
43-
# must add " for profile.cov on windows OS
44-
run: go test -v -coverprofile="profile.cov" ./...
43+
# must add " for profile.cov on Windows OS
44+
run: go test -coverprofile="profile.cov" ./...
4545

4646
- name: Send coverage
4747
uses: shogo82148/actions-goveralls@v1

0 commit comments

Comments
 (0)