Skip to content

feat(goscrape): detect go release candidates in auto-update #21

feat(goscrape): detect go release candidates in auto-update

feat(goscrape): detect go release candidates in auto-update #21

Workflow file for this run

name: nix-go
on:
push:
branches:
- main
paths:
- "manifests/go/**"
pull_request:
branches:
- main
paths:
- "manifests/go/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
build:
runs-on: ${{ matrix.os }}
name: build / ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, macos-15]
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Setup Nix
uses: ./.github/actions/setup-nix
with:
cachix-token: ${{ secrets.GH_CACHIX }}
push-to-cachix: "true"
- name: Build Go Toolchain
run: nix build