Skip to content

Bump golang.org/x/sys from 0.12.0 to 0.13.0 #321

Bump golang.org/x/sys from 0.12.0 to 0.13.0

Bump golang.org/x/sys from 0.12.0 to 0.13.0 #321

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
pull_request:
push:
schedule:
- cron: '25 15 */9 * *'
permissions:
contents: read
jobs:
test:
uses: hansmi/ghactions-go-test-workflow/.github/workflows/test.yaml@stable
with:
runs-on: ubuntu-latest
# vim: set sw=2 sts=2 et :