Skip to content

Bump github.com/rogpeppe/go-internal in the go group (#18) #47

Bump github.com/rogpeppe/go-internal in the go group (#18)

Bump github.com/rogpeppe/go-internal in the go group (#18) #47

Workflow file for this run

name: Gauge common
on: [push, pull_request]
jobs:
build:
name: Run test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: 'go.mod'
- name: Run tests
run: go test ./...