Skip to content

Bump github.com/aws/aws-sdk-go from 1.45.15 to 1.45.16 #190

Bump github.com/aws/aws-sdk-go from 1.45.15 to 1.45.16

Bump github.com/aws/aws-sdk-go from 1.45.15 to 1.45.16 #190

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'
check-latest: true
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
with:
install-only: true
- name: Install bom
uses: puerco/release-actions/setup-bom@6c88cda6495b4415966e61f20798fb96a9081397 # main
- name: Run Snapshot
run: make snapshot
- name: check binary
run: |
./dist/zeitgeist-amd64-linux version
./dist/buoy-amd64-linux help