We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6a460 commit b3c8828Copy full SHA for b3c8828
1 file changed
.github/workflows/pr.yaml
@@ -19,7 +19,7 @@ jobs:
19
go-version: '1.24'
20
21
- name: Install dependencies
22
- run: go get .
+ run: go mod download
23
24
- name: Run tests
25
run: |
0 commit comments