File tree Expand file tree Collapse file tree 4 files changed +63
-121
lines changed
Expand file tree Collapse file tree 4 files changed +63
-121
lines changed Original file line number Diff line number Diff line change 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 ="
33fi
44use flake . --impure
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ;
2019
2120 perSystem =
2221 { pkgs , ... } :
23- rec {
22+ {
2423 devenv . shells = {
2524 default = {
2625 languages = {
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 } ;
You can’t perform that action at this time.
0 commit comments