Skip to content

Commit

Permalink
update go.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtyszkiewicz authored Jan 21, 2025
1 parent b84c284 commit 247f3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: '1.22.x'
- name: Install dependencies
run: go get ./cmd/api/main.go
run: go get .
- name: Build
run: go build -v ./cmd/api/main.go
- name: Test with the Go CLI
Expand Down

0 comments on commit 247f3c8

Please sign in to comment.