Skip to content

Commit 81ef36d

Browse files
committed
chore: updated to go 1.24 and bumped nix to 1.73.0
1 parent 9418824 commit 81ef36d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.23
18+
go-version: 1.24
1919

2020
- name: Build
2121
run: go build -v -o process-compose ./src

default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ let pkg = "github.com/f1bonacc1/process-compose/src/config";
44
in
55
buildGoModule rec {
66
pname = "process-compose";
7-
version = "1.64.1";
8-
go = pkgs.go_1_23;
7+
version = "1.73.0";
8+
go = pkgs.go_1_24;
99
env.CGO_ENABLED = 0;
1010

1111
src = lib.cleanSource ./.;
@@ -19,7 +19,7 @@ buildGoModule rec {
1919

2020
nativeBuildInputs = [ installShellFiles ];
2121

22-
vendorHash = "sha256-zdlpB+B5OXW5EAIYGiUF3E4M1Lek3/27794b7bfcREw=";
22+
vendorHash = "sha256-fV0yuANSZyJlPGZ/nt5q9Bz6ps5bKM8gtLmNmfPMMoU=";
2323
#vendorHash = lib.fakeHash;
2424

2525
postInstall = ''

0 commit comments

Comments
 (0)