File tree Expand file tree Collapse file tree 5 files changed +19
-17
lines changed Expand file tree Collapse file tree 5 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
paths :
6
6
- " flake.nix"
7
+ - " go.mod"
7
8
- " nix/**"
8
9
jobs :
9
10
lint :
10
11
runs-on : ubuntu-latest
11
12
steps :
12
13
- uses : actions/checkout@v4
13
- - uses : cachix/install-nix-action@v22
14
+ - uses : cachix/install-nix-action@v30
14
15
with :
15
16
nix_path : nixpkgs=channel:nixos-unstable
16
17
- run : nix run --print-build-logs .#lint
17
18
test :
18
19
runs-on : ubuntu-latest
19
20
steps :
20
21
- uses : actions/checkout@v4
21
- - uses : cachix/install-nix-action@v22
22
+ - uses : cachix/install-nix-action@v30
22
23
with :
23
24
nix_path : nixpkgs=channel:nixos-unstable
24
25
- run : nix run --print-build-logs .#test
25
26
packages :
26
27
runs-on : ubuntu-latest
27
28
steps :
28
29
- uses : actions/checkout@v4
29
- - uses : cachix/install-nix-action@v22
30
+ - uses : cachix/install-nix-action@v30
30
31
with :
31
32
nix_path : nixpkgs=channel:nixos-unstable
32
33
- run : nix build --print-build-logs .#promtail
Original file line number Diff line number Diff line change 1
1
module github.com/grafana/loki/v3
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
- toolchain go1.23.2
5
+ toolchain go1.23.1
6
6
7
7
require (
8
8
cloud.google.com/go/bigtable v1.29.0
Original file line number Diff line number Diff line change 2
2
3
3
buildGoModule rec {
4
4
pname = "faillint" ;
5
- version = "1.11 .0" ;
5
+ version = "v1.14 .0" ;
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "fatih" ;
9
9
repo = "faillint" ;
10
- rev = "v ${ version } " ;
11
- sha256 = "ZSTeNp8r+Ab315N1eVDbZmEkpQUxmmVovvtqBBskuI4 =" ;
10
+ rev = "${ version } " ;
11
+ sha256 = "NV+wbu547mtTa6dTGv7poBwWXOmu5YjqbauzolCg5qs =" ;
12
12
} ;
13
13
14
- vendorHash = "sha256-5OR6Ylkx8AnDdtweY1B9OEcIIGWsY8IwTHbR/LGnqFI =" ;
14
+ vendorHash = "sha256-vWt4HneDA7YwXYnn8TbfWCKzSv7RcgXxn/HAh6a+htQ =" ;
15
15
doCheck = false ;
16
16
}
Original file line number Diff line number Diff line change 5
5
pname = "lambda-promtail" ;
6
6
7
7
src = ./../../tools/lambda-promtail ;
8
- vendorHash = "sha256-CKob173T0VHD5c8F26aU7p1l+QzqddNM4qQedMbLJa0 =" ;
8
+ vendorHash = "sha256-zEN42vbw4mWtU8KOUi9ZSQiFoRJnH7C04aaZ2wCtA/o =" ;
9
9
10
10
doCheck = false ;
11
11
@@ -27,8 +27,9 @@ pkgs.stdenv.mkDerivation {
27
27
bash
28
28
gcc
29
29
git
30
- go
30
+ go_1_23
31
31
golangci-lint
32
+ gotools
32
33
nettools
33
34
yamllint
34
35
You can’t perform that action at this time.
0 commit comments