Skip to content

Bump actions/setup-go from 5.5.0 to 6.0.0 #1403

Bump actions/setup-go from 5.5.0 to 6.0.0

Bump actions/setup-go from 5.5.0 to 6.0.0 #1403

Workflow file for this run

name: goreleaser
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: 'go.mod'
- name: goreleaser check
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
with:
version: v2.3.2
args: check