Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Bump github.com/goreleaser/nfpm/v2 from 2.11.3 to 2.33.1 #39

Bump github.com/goreleaser/nfpm/v2 from 2.11.3 to 2.33.1

Bump github.com/goreleaser/nfpm/v2 from 2.11.3 to 2.33.1 #39

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ (github.event.pull_request && github.event.pull_request.number) || github.ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Verify
run: make ci