Skip to content

Go 1.22 is out, drop 1.20, adopt 1.21 features #69

Go 1.22 is out, drop 1.20, adopt 1.21 features

Go 1.22 is out, drop 1.20, adopt 1.21 features #69

Workflow file for this run

name: goreleaser-test
on:
push:
branches:
- main
paths:
- ci/.goreleaser.yml
- .github/workflows/goreleaser-test.yml
pull_request:
paths:
- ci/.goreleaser.yml
- .github/workflows/goreleaser-test.yml
jobs:
test-goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: "1.22"
- uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: latest
args: release --snapshot -f ci/.goreleaser.yml