Skip to content

Bump goreleaser/goreleaser-action from 4 to 5 (#94) #253

Bump goreleaser/goreleaser-action from 4 to 5 (#94)

Bump goreleaser/goreleaser-action from 4 to 5 (#94) #253

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Setup Just
uses: extractions/setup-just@v1
- name: Build
run: just