Skip to content

Commit

Permalink
added dependencies and build
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrak00 committed Aug 2, 2024
1 parent 07fe8b4 commit 6b43c6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- name: Display Go version
run: go version

- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...

#- name: Build
# run: go build -v main.go

Expand Down

0 comments on commit 6b43c6e

Please sign in to comment.