Skip to content

Merge pull request #44 from akiomik/dependabot/go_modules/github.com/… #85

Merge pull request #44 from akiomik/dependabot/go_modules/github.com/…

Merge pull request #44 from akiomik/dependabot/go_modules/github.com/… #85

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: CI
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.19' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
check-latest: true
cache: true
- run: make build
- run: make test
- uses: dominikh/[email protected]
with:
version: "2022.1.1"
install-go: false