Skip to content

build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 #36

build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0

build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 #36

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out
uses: actions/checkout@v4
- name: Install nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Install cachix
uses: cachix/cachix-action@v12
with:
name: devenv
- name: Install devenv.sh
run: nix profile install tarball+https://install.devenv.sh/latest
- name: Setup nix cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Setup go cache
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run pre-commit hooks
run: |
devenv shell pre-commit run --all-files
- name: Build
run: |
devenv shell go build