Skip to content

Commit b3c8828

Browse files
committed
Added PR workflow
1 parent 3a6a460 commit b3c8828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: '1.24'
2020

2121
- name: Install dependencies
22-
run: go get .
22+
run: go mod download
2323

2424
- name: Run tests
2525
run: |

0 commit comments

Comments
 (0)