Skip to content

Commit 71c2cc3

Browse files
committed
Go version
1 parent 0a145a8 commit 71c2cc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v3
8-
- uses: actions/setup-go@v3
8+
- uses: actions/setup-go@v4
9+
with:
10+
go-version: ${{ env.GO_VERSION }}
911
- name: generate test coverage
1012
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
1113
- name: check test coverage

0 commit comments

Comments
 (0)