Skip to content

ci: bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#36) #89

ci: bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#36)

ci: bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#36) #89

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
with:
go-version: ">=1.20.0"
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
snapshot:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5
with:
go-version: ">=1.20.0"
- name: Create snapshot release
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
with:
distribution: goreleaser
version: "~> v2"
args: release --snapshot --clean