Skip to content

Re-align Goreleaser and bump to Go 1.22.5 #101

Re-align Goreleaser and bump to Go 1.22.5

Re-align Goreleaser and bump to Go 1.22.5 #101

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: go build