diff --git a/.tangled/workflows/tests.yml b/.tangled/workflows/tests.yml index 4d9dd19..30f559e 100644 --- a/.tangled/workflows/tests.yml +++ b/.tangled/workflows/tests.yml @@ -4,13 +4,9 @@ when: - event: ["pull_request"] branch: ["main"] -engine: "nixery" - -dependencies: - nixpkgs: - - gcc - - go - - curl +engine: kubernetes +image: golang:1.25-trixie +architecture: arm64 steps: - name: Download and Generate @@ -24,4 +20,4 @@ steps: environment: CGO_ENABLED: 1 command: | - go test -cover ./... \ No newline at end of file + go test -cover ./...