Skip to content

Merge pull request #240 from zmb3/dependabot/go_modules/golang.org/x/… #137

Merge pull request #240 from zmb3/dependabot/go_modules/golang.org/x/…

Merge pull request #240 from zmb3/dependabot/go_modules/golang.org/x/… #137

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
unit:
name: unit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.3' # The Go version to download (if necessary) and use.
- run: go test ./...