Skip to content

Bump goreleaser/goreleaser-action from 6 to 7 #7

Bump goreleaser/goreleaser-action from 6 to 7

Bump goreleaser/goreleaser-action from 6 to 7 #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.24', '1.25']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go build ./...
- run: go vet ./...