Skip to content

Commit

Permalink
feat!: show expected and actual type for mismatches (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Nov 20, 2023
2 parents 3c1937b + 8edaea6 commit b069437
Show file tree
Hide file tree
Showing 12 changed files with 213 additions and 83 deletions.
2 changes: 1 addition & 1 deletion argocd/base/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
# Note: use the *dev* version of the package here, so that
# PRs can deploy `primer-service` container images that have
# not yet been merged to `primer` `main`.
image: ghcr.io/hackworthltd/primer-service-dev:git-2bf2349473b60fc6a99e9a553dcd1b0fd9d54b5f
image: ghcr.io/hackworthltd/primer-service-dev:git-96236936906694bacf62c52cb718ba73e77c50ee
ports:
- containerPort: 8081
env:
Expand Down
134 changes: 76 additions & 58 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Note: don't override any of primer's Nix flake inputs, or else
# we won't hit its binary cache.
primer.url = github:hackworthltd/primer/2bf2349473b60fc6a99e9a553dcd1b0fd9d54b5f;
primer.url = github:hackworthltd/primer/96236936906694bacf62c52cb718ba73e77c50ee;

flake-parts.url = "github:hercules-ci/flake-parts";
};
Expand Down
Loading

0 comments on commit b069437

Please sign in to comment.