Skip to content

Merge pull request #58 from mroth/dependabot/go_modules/golang.org/x/… #141

Merge pull request #58 from mroth/dependabot/go_modules/golang.org/x/…

Merge pull request #58 from mroth/dependabot/go_modules/golang.org/x/… #141

Workflow file for this run

on: push
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: go mod download
- run: go test ./...