Skip to content

Merge pull request #125 from sagikazarmark/dependabot/go_modules/goog… #217

Merge pull request #125 from sagikazarmark/dependabot/go_modules/goog…

Merge pull request #125 from sagikazarmark/dependabot/go_modules/goog… #217

Workflow file for this run

name: CI
on:
push:
branches:
- master
- fork
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.18', '1.19']
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test -v ./...