Fix CI: update golangci-lint to v1.64.1 and Nix vendorHash for Go 1.24
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.62.0
|
||||
version: v1.64.1
|
||||
args: --timeout=5m
|
||||
test-nix:
|
||||
name: Test Nix Flake
|
||||
|
||||
@@ -9,7 +9,7 @@ pkgs.buildGoModule {
|
||||
subPackages = [ "cmd/bd" ];
|
||||
|
||||
# Go module dependencies hash (computed via nix build)
|
||||
vendorHash = "sha256-9xtp1ZG7aYXatz02PDTmSRXwBDaW0kM7AMQa1RUau4U=";
|
||||
vendorHash = "sha256-DJqTiLGLZNGhHXag50gHFXTVXCBdj8ytbYbPL3QAq8M=";
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
description = "beads (bd) - An issue tracker designed for AI-supervised coding workflows";
|
||||
|
||||
Reference in New Issue
Block a user