Skip to content

Commit 1308152

Browse files
committed
Add changes
1 parent c78d60b commit 1308152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: Set up Go
26-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.21
28+
go-version-file: 'go.mod'
2929

3030
- name: Install dependencies
31-
run: go mod tidy
31+
run: go mod download
3232

3333
- name: Run tests
3434
run: go test -coverprofile=coverage.out ./...

0 commit comments

Comments
 (0)