Skip to content

Commit

Permalink
go get recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
lornest committed Sep 6, 2023
1 parent 41f1c99 commit 3119d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: '1.20.x'
- name: Install dependencies
run: go get .
run: go get ./...
- name: Build
run: go build -v /cmd/server/main.go
- name: Test
Expand Down

0 comments on commit 3119d20

Please sign in to comment.