Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: nix build, downgrade toolchain to go1.23.1 #14442

Merged
merged 17 commits into from
Oct 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: setup go in nix ci build
  • Loading branch information
trevorwhitney committed Oct 10, 2024
commit 71dd20b89d164826fbbe2747cb3843517b4bbfb5
3 changes: 3 additions & 0 deletions .github/workflows/nix-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: nix run --print-build-logs .#test
packages:
runs-on: ubuntu-latest
Expand Down
Loading