Skip to content

Merge pull request #23 from mhilton/dependabot/github_actions/actions… #70

Merge pull request #23 from mhilton/dependabot/github_actions/actions…

Merge pull request #23 from mhilton/dependabot/github_actions/actions… #70

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
build_test:
name: Build and Test
strategy:
matrix:
go: ['1.18', '1.19']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
stable: false
- name: Run Tests
run: go test -mod readonly .