- Notifications
You must be signed in to change notification settings - Fork926
chore: update pnpm to v9#13843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
chore: update pnpm to v9#13843
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
golangci-lint versions are mismatched somake lint
does not pass in local but passes in CI.
version inCI and dogfood Dockerfile: 1.55.2
version in nix:
golangci-lint versiongolangci-lint has version 1.59.1 built with go1.22.5 from v1.59.1 on 19700101-00:00:00atif@CTAR-ATIF-PC:~/github/coder/coder$which golangci-lint/nix/store/fx4p42sdx70hzpzsl71r5zwh8az0p74a-golangci-lint-1.59.1/bin/golangci-lint
Ok wow this returns a gigantic number of errors. I'll just pin golangci for now in nix. |
Same for Did not check for other tool mismatches. We need to devise a better way to sync development and CI. A workaround is to use the |
Uh oh!
There was an error while loading.Please reload this page.
2238593
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Also updates
flake.nix
to only use one version of nixpkgs and flake-utils.cc@kylecarbs for flake stuffs