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
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
version: v1.62.0
|
version: v1.64.1
|
||||||
args: --timeout=5m
|
args: --timeout=5m
|
||||||
test-nix:
|
test-nix:
|
||||||
name: Test Nix Flake
|
name: Test Nix Flake
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ pkgs.buildGoModule {
|
|||||||
subPackages = [ "cmd/bd" ];
|
subPackages = [ "cmd/bd" ];
|
||||||
|
|
||||||
# Go module dependencies hash (computed via nix build)
|
# Go module dependencies hash (computed via nix build)
|
||||||
vendorHash = "sha256-9xtp1ZG7aYXatz02PDTmSRXwBDaW0kM7AMQa1RUau4U=";
|
vendorHash = "sha256-DJqTiLGLZNGhHXag50gHFXTVXCBdj8ytbYbPL3QAq8M=";
|
||||||
|
|
||||||
meta = with pkgs.lib; {
|
meta = with pkgs.lib; {
|
||||||
description = "beads (bd) - An issue tracker designed for AI-supervised coding workflows";
|
description = "beads (bd) - An issue tracker designed for AI-supervised coding workflows";
|
||||||
|
|||||||
Reference in New Issue
Block a user