Skip to content

build(deps): bump golang.org/x/tools from 0.10.0 to 0.12.0 #153

build(deps): bump golang.org/x/tools from 0.10.0 to 0.12.0

build(deps): bump golang.org/x/tools from 0.10.0 to 0.12.0 #153

Workflow file for this run

name: Snapshot
on:
push:
branches:
- 'main'
pull_request:
jobs:
snapshot:
runs-on: ubuntu-latest
steps:
- name: Check out code onto GOPATH
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.20'
check-latest: true
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
with:
install-only: true
- name: Run Mage
uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2.3.0
with:
version: latest
args: buildBinariesSnapshot
- name: check binary
run: |
./dist/bom-amd64-linux version
cat ./dist/bom.json.spdx