Fix CI: update golangci-lint to v1.64.1 and Nix vendorHash for Go 1.24

This commit is contained in:
Steve Yegge
2025-10-23 23:55:49 -07:00
parent 6c120f436b
commit 622dec3b19
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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";