Skip to content

Bump golang.org/x/net from 0.23.0 to 0.33.0 (#129) #331

Bump golang.org/x/net from 0.23.0 to 0.33.0 (#129)

Bump golang.org/x/net from 0.23.0 to 0.33.0 (#129) #331

Workflow file for this run

name: nix build
on:
pull_request:
push:
workflow_dispatch:
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |
extra-platforms = aarch64-linux
- uses: docker/setup-qemu-action@v3
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build
- run: nix flake check