Skip to content

Bump github.com/goreleaser/nfpm/v2 from 2.34.0 to 2.35.0 #753

Bump github.com/goreleaser/nfpm/v2 from 2.34.0 to 2.35.0

Bump github.com/goreleaser/nfpm/v2 from 2.34.0 to 2.35.0 #753

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.21.5'
check-latest: true
- name: Verify
run: make ci