Skip to content

Bump github.com/rogpeppe/go-internal from 1.8.1 to 1.10.0 #134

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

Bump github.com/rogpeppe/go-internal from 1.8.1 to 1.10.0 #134

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...