Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Use Go 1.22

Use Go 1.22 #55

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.0-rc1"
- uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: latest
args: release --snapshot -f ci/.goreleaser.yml