Skip to content

build(deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in the go_modules group #9

build(deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in the go_modules group

build(deps): bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in the go_modules group #9

Workflow file for this run

name: dryrun
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
goreleaser-dryrun:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.1
- name: Release CLI (GoReleaser)
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean --skip=publish --snapshot
env:
GITHUB_TOKEN: ${{ github.token }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GIT_COMMITTER_TOKEN }}