Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 69b615b

Browse files
committedFeb 28, 2024
ci: use go 1.19 for split-test-files
1 parent cc0acea commit 69b615b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/coverage.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
- uses: actions/setup-go@v4
14+
with:
15+
go-version: "1.19"
1316
- name: Create a file with all the pkgs
1417
run: go list ./... > pkgs.txt
1518
- name: Split pkgs into 4 files

0 commit comments

Comments
 (0)
Please sign in to comment.