Skip to content

Commit

Permalink
Merge branch 'feature/graceful-shutdown' of https://github.com/werniq…
Browse files Browse the repository at this point in the history
  • Loading branch information
werniq committed Oct 22, 2024
2 parents 2bc082c + b9f1dc6 commit 19336b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
go-version: '1.22'

- name: Download go.mod dependencies
run: go mod download

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 19336b4

Please sign in to comment.