Skip to content

Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 #248

Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1

Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 #248

Workflow file for this run

name: Go Build and Test Action
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 */28 */1 *'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: 1.17
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Coverage Reporting
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1