ci(#3): 🍱 Update go version
This commit is contained in:
parent
eb07c2786a
commit
ddbf2e01eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue