|
|
@@ -19,7 +19,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v6
|
|
|
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
|
|
|
- - uses: DeterminateSystems/magic-nix-cache-action@v13
|
|
|
+ - uses: DeterminateSystems/magic-nix-cache-action@v14
|
|
|
- run: |
|
|
|
go mod tidy
|
|
|
go mod vendor
|
|
|
@@ -30,7 +30,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v6
|
|
|
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
|
|
|
- - uses: DeterminateSystems/magic-nix-cache-action@v13
|
|
|
+ - uses: DeterminateSystems/magic-nix-cache-action@v14
|
|
|
- run: nix build
|
|
|
|
|
|
docs:
|
|
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v6
|
|
|
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
|
|
|
- - uses: DeterminateSystems/magic-nix-cache-action@v13
|
|
|
+ - uses: DeterminateSystems/magic-nix-cache-action@v14
|
|
|
- name: Build docs
|
|
|
run: |
|
|
|
nix develop . --command make gen-docs
|
|
|
@@ -49,7 +49,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v6
|
|
|
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
|
|
|
- - uses: DeterminateSystems/magic-nix-cache-action@v13
|
|
|
+ - uses: DeterminateSystems/magic-nix-cache-action@v14
|
|
|
- run: nix build .#kilo-cross-linux-amd64 .#kilo-cross-linux-arm64 .#kilo-cross-linux-arm
|
|
|
|
|
|
darwin:
|
|
|
@@ -57,7 +57,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v6
|
|
|
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
|
|
|
- - uses: DeterminateSystems/magic-nix-cache-action@v13
|
|
|
+ - uses: DeterminateSystems/magic-nix-cache-action@v14
|
|
|
- run: nix build .#kgctl-cross-darwin-amd64 .#kgctl-cross-darwin-arm64
|
|
|
|
|
|
windows:
|
|
|
@@ -65,7 +65,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v6
|
|
|
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
|
|
|
- - uses: DeterminateSystems/magic-nix-cache-action@v13
|
|
|
+ - uses: DeterminateSystems/magic-nix-cache-action@v14
|
|
|
- run: nix build .#kgctl-cross-windows-amd64
|
|
|
|
|
|
unit:
|
|
|
@@ -73,7 +73,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v6
|
|
|
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
|
|
|
- - uses: DeterminateSystems/magic-nix-cache-action@v13
|
|
|
+ - uses: DeterminateSystems/magic-nix-cache-action@v14
|
|
|
- run: nix develop . --command go test -mod=vendor --race ./...
|
|
|
|
|
|
e2e:
|
|
|
@@ -96,7 +96,7 @@ jobs:
|
|
|
build-args: |
|
|
|
VERSION=${{ github.sha }}
|
|
|
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
|
|
|
- - uses: DeterminateSystems/magic-nix-cache-action@v13
|
|
|
+ - uses: DeterminateSystems/magic-nix-cache-action@v14
|
|
|
- env:
|
|
|
E2E_SKIP_TEARDOWN_ON_FAILURE: "true"
|
|
|
run: nix develop . --command make e2e
|
|
|
@@ -112,7 +112,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v6
|
|
|
- uses: DeterminateSystems/determinate-nix-action@v3.17.2
|
|
|
- - uses: DeterminateSystems/magic-nix-cache-action@v13
|
|
|
+ - uses: DeterminateSystems/magic-nix-cache-action@v14
|
|
|
- run: nix flake check -L --show-trace
|
|
|
|
|
|
container:
|