Skip to content

Bump golang.org/x/net from 0.28.0 to 0.29.0 #504

Bump golang.org/x/net from 0.28.0 to 0.29.0

Bump golang.org/x/net from 0.28.0 to 0.29.0 #504

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
pull_request:
push:
permissions:
contents: read
jobs:
test:
strategy:
fail-fast: false
matrix:
runs-on: ["ubuntu-latest", "windows-latest"]
uses: hansmi/ghactions-go-test-workflow/.github/workflows/[email protected]
with:
runs-on: ${{ matrix.runs-on }}
# vim: set sw=2 sts=2 et :