Skip to content

fix(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 #85

fix(deps): bump golang.org/x/text from 0.25.0 to 0.26.0

fix(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 #85

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Red Hat, Inc. <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
name: "Test"
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: make check-flake
- run: nix develop --command make