Skip to content

build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 #20

build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1

build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 #20

Workflow file for this run

name: build
on:
pull_request:
branches:
- main
push:
branches-ignore:
- main
paths-ignore:
- "docs/**"
- README.md
- "releases/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "2.4.7"
args: build --snapshot --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}