ci(#3): ⬇️ Download go dependencies

This commit is contained in:
Daniel Sy 2025-03-28 12:43:30 +01:00
parent f535f4344e
commit eb07c2786a
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -13,7 +13,7 @@ jobs:
with: with:
go-version: '1.21' go-version: '1.21'
- name: Build Go Binary - name: Build Go Binary
run: go build -o loic run: go mod tidy && go build -o loic
- name: Build and Push Docker Image - name: Build and Push Docker Image
run: | run: |
docker build -t loic:${{ github.sha }} . docker build -t loic:${{ github.sha }} .