ci(#3): ⬇️ Download go dependencies
This commit is contained in:
parent
f535f4344e
commit
eb07c2786a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
with:
|
||||
go-version: '1.21'
|
||||
- name: Build Go Binary
|
||||
run: go build -o loic
|
||||
run: go mod tidy && go build -o loic
|
||||
- name: Build and Push Docker Image
|
||||
run: |
|
||||
docker build -t loic:${{ github.sha }} .
|
||||
|
|
Loading…
Reference in a new issue