Skip to content

Bump github.com/rogpeppe/go-internal from 1.9.0 to 1.10.0 #47

Bump github.com/rogpeppe/go-internal from 1.9.0 to 1.10.0

Bump github.com/rogpeppe/go-internal from 1.9.0 to 1.10.0 #47

Workflow file for this run

name: build-test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.13.x
- uses: actions/checkout@v3
- name: Build
run: go build .
- name: Test
run: go test -v .