fix: use proper go version in module file (#12)
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -32,9 +32,9 @@ jobs:
|
||||
go-version: "1.25.0"
|
||||
|
||||
- name: lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
version: latest
|
||||
version: v2.5.0
|
||||
|
||||
nix-build:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user