Skip to content

Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#55) #109

Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#55)

Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#55) #109

Workflow file for this run

name: ci-build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
cache: true
go-version-file: 'go.mod'
- run: |
go mod download
- uses: golangci/golangci-lint-action@v6
- run: |
go build -v .