Skip to content

Bump golang.org/x/sys from 0.30.0 to 0.31.0 in the global group (#64) #119

Bump golang.org/x/sys from 0.30.0 to 0.31.0 in the global group (#64)

Bump golang.org/x/sys from 0.30.0 to 0.31.0 in the global group (#64) #119

Workflow file for this run

name: Go Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container: golang:1
steps:
- name: Mark git directory safe
uses: Chia-Network/actions/git-mark-workspace-safe@main
- uses: actions/checkout@v4
- name: Test
run: make test