Skip to content

Bump github.com/rogpeppe/go-internal from 1.8.0 to 1.9.0 (#88) #12

Bump github.com/rogpeppe/go-internal from 1.8.0 to 1.9.0 (#88)

Bump github.com/rogpeppe/go-internal from 1.8.0 to 1.9.0 (#88) #12

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 .