Skip to content

Update GitHub Actions steps. Update Go version #88

Update GitHub Actions steps. Update Go version

Update GitHub Actions steps. Update Go version #88

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@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
check-latest: true
- run: make build
- run: make test
- uses: dominikh/[email protected]
with:
version: "2022.1.1"
install-go: false