go mod tidy
This commit is contained in:
parent
760d906be9
commit
432e5ab9f2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/debian.yml
vendored
3
.github/workflows/debian.yml
vendored
|
|
@ -15,6 +15,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Tidy dependencies
|
||||
run: go mod tidy
|
||||
|
||||
- name: Build
|
||||
run: go build -o timetracker cmd/main.go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue