fix: add Go version check to deployment workflow
This commit is contained in:
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@ -33,6 +33,8 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "^1.24.2"
|
go-version: "^1.24.2"
|
||||||
|
|
||||||
|
- name: Check Go version
|
||||||
run: go version
|
run: go version
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
|
Reference in New Issue
Block a user