Skip to content

.goreleaser.yml: add "version: 2" and change changelog.skip to change… #505

.goreleaser.yml: add "version: 2" and change changelog.skip to change…

.goreleaser.yml: add "version: 2" and change changelog.skip to change… #505

Workflow file for this run

name: Go build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/[email protected]
with:
go-version-file: 'go.mod'
- name: Gofmt
run: ./scripts/gofmt.sh
- name: Build
run: go build ./...
- name: Staticcheck
uses: dominikh/[email protected]
with:
version: "2023.1"