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
|
||||
with:
|
||||
go-version: "^1.24.2"
|
||||
|
||||
- name: Check Go version
|
||||
run: go version
|
||||
|
||||
- name: Setup Hugo
|
||||
|
Reference in New Issue
Block a user