Skip to content

chore: fix goreleaser option #747

chore: fix goreleaser option

chore: fix goreleaser option #747

Workflow file for this run

name: go-test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Update coverage report
uses: ncruces/go-coverage-report@21fa4b59396f242b81896a3cd212a463589b6742
with:
report: 'false'
chart: 'true'
amend: 'false'