Skip to content

build(deps): bump github.com/rogpeppe/go-internal from 1.14.1 to 1.15.0 in the gomod group #148

build(deps): bump github.com/rogpeppe/go-internal from 1.14.1 to 1.15.0 in the gomod group

build(deps): bump github.com/rogpeppe/go-internal from 1.14.1 to 1.15.0 in the gomod group #148

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: stable
- name: Check and get dependencies
run: go mod tidy -diff
- name: Build with goreleaser
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
with:
distribution: goreleaser
version: latest
args: build --clean --snapshot