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

Bump goreleaser/goreleaser-action from 2 to 5 #31

Bump goreleaser/goreleaser-action from 2 to 5

Bump goreleaser/goreleaser-action from 2 to 5 #31

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