ci(#3): 🍱 Update go version

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

View file

@ -11,7 +11,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: '1.21' go-version: '1.24'
- name: Build Go Binary - name: Build Go Binary
run: go mod tidy && go build -o loic run: go mod tidy && go build -o loic
- name: Build and Push Docker Image - name: Build and Push Docker Image