Skip to content

Commit

Permalink
Use system version of Go (#582)
Browse files Browse the repository at this point in the history
## Description

Drop go from shell.nix (for now) and use the system's go binary.

## Why is this needed

CI is currently breaking because of conflicting go versions.
The better fix would be cutting over fully to nix in CI or reverting this commit once actions/setup-go#175 is merged and released.

## How Has This Been Tested?

CI

## How are existing users impacted? What migration steps/scripts do we need?

CI isn't broken and PRs can be merged.
  • Loading branch information
mmlb committed Jan 19, 2022
2 parents b08f56c + 04a8431 commit 96cbe60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell.nix
Expand Up @@ -15,7 +15,6 @@ mkShell {
git
gnumake
gnused
go_1_17
jq
nixfmt
nodePackages.prettier
Expand Down

0 comments on commit 96cbe60

Please sign in to comment.