Skip to content

chore: bump coverallsapp/github-action from 2.2.1 to 2.2.2 #261

chore: bump coverallsapp/github-action from 2.2.1 to 2.2.2

chore: bump coverallsapp/github-action from 2.2.1 to 2.2.2 #261

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: stable
- name: Install Dependencies (ubuntu)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get -u install libpcsclite-dev
- name: Set up environment
run: echo "GOVERSION=$(go version)" >> $GITHUB_ENV
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: build --snapshot --rm-dist --config .goreleaser.${{ matrix.os }}.yml