Skip to content

Bump golang.org/x/sys from 0.0.0-20210616045830-e2b7044e8c71 to 0.1.0… #12

Bump golang.org/x/sys from 0.0.0-20210616045830-e2b7044e8c71 to 0.1.0…

Bump golang.org/x/sys from 0.0.0-20210616045830-e2b7044e8c71 to 0.1.0… #12

Workflow file for this run

on:
push:
branches:
- master
name: Push Event
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.15' ]
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
- run: go test -v ./...