Skip to content

Commit

Permalink
Bump golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Oct 27, 2022
1 parent be55b9a commit 36743af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nodejs 18.6.0
rust 1.64.0
golang 1.19.2
golangci-lint 1.45.2
golangci-lint 1.50.1
pulumi 3.40.1
ginkgo 2.2.0
actionlint 1.6.19
Expand Down
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ pkgs.mkShell {
RUST_BACKTRACE = "1";
# https://github.com/rust-lang/rust/issues/55979
LD_LIBRARY_PATH = lib.makeLibraryPath (with pkgs; [ stdenv.cc.cc.lib ]);
# GOROOT needs to be set for golangci-lint to work: https://github.com/golangci/golangci-lint/issues/3107
GOROOT="${pkgs.go_1_19}/share/go";

# Avoids issues with delve
CGO_CPPFLAGS="-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0";
Expand Down

0 comments on commit 36743af

Please sign in to comment.