Skip to content

Merge pull request #191 from evanphx/dependabot/github_actions/action… #77

Merge pull request #191 from evanphx/dependabot/github_actions/action…

Merge pull request #191 from evanphx/dependabot/github_actions/action… #77

Workflow file for this run

name: Go Modules
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Test
run: |
cd v5
go get ./...
go test -v ./...