Skip to content

Commit 60d71f8

Browse files
committed
chore: updates
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent 11e3496 commit 60d71f8

File tree

4 files changed

+63
-121
lines changed

4 files changed

+63
-121
lines changed

.envrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
2-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
1+
if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
2+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM="
33
fi
44
use flake . --impure

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
go-version: "1.24"
7272

7373
- name: Lint
74-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
74+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
7575
with:
76-
version: v2.0.0
76+
version: v2.1.6
7777

7878
dependency-review:
7979
name: Dependency review

flake.lock

Lines changed: 58 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
inputs = {
3-
# Revert to nixpkgs-unstable once #392713 lands there: https://nixpk.gs/pr-tracker.html?pr=392713
43
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
54
flake-parts.url = "github:hercules-ci/flake-parts";
65
devenv.url = "github:cachix/devenv";
@@ -20,7 +19,7 @@
2019

2120
perSystem =
2221
{ pkgs, ... }:
23-
rec {
22+
{
2423
devenv.shells = {
2524
default = {
2625
languages = {
@@ -37,24 +36,6 @@
3736
# https://github.com/cachix/devenv/issues/528#issuecomment-1556108767
3837
containers = pkgs.lib.mkForce { };
3938
};
40-
41-
ci = devenv.shells.default;
42-
43-
ci_1_23 = {
44-
imports = [ devenv.shells.ci ];
45-
46-
languages = {
47-
go.package = pkgs.go_1_23;
48-
};
49-
};
50-
51-
ci_1_24 = {
52-
imports = [ devenv.shells.ci ];
53-
54-
languages = {
55-
go.package = pkgs.go_1_24;
56-
};
57-
};
5839
};
5940
};
6041
};

0 commit comments

Comments
 (0)