go version missmatch
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.26.0"
|
go-version: "1.26.x"
|
||||||
|
|
||||||
- name: Run Style
|
- name: Run Style
|
||||||
run: test -z $(go fmt ./...)
|
run: test -z $(go fmt ./...)
|
||||||
|
|||||||
Reference in New Issue
Block a user