Skip to content

Merge pull request #43 from sturman/output-file-name #83

Merge pull request #43 from sturman/output-file-name

Merge pull request #43 from sturman/output-file-name #83

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