Skip to content

Bump actions/checkout from 4.1.5 to 4.1.6 #133

Bump actions/checkout from 4.1.5 to 4.1.6

Bump actions/checkout from 4.1.5 to 4.1.6 #133

Workflow file for this run

name: 'Build + Test'
on:
push:
paths-ignore:
- 'CODE_OF_CONDUCT.md'
- 'LICENSE.txt'
- 'README.md'
- 'SECURITY.md'
branches:
- main
pull_request:
branches:
- main
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: build and test binary
run: make ci
- name: GoReleaser Build
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --skip-publish --snapshot --rm-dist