Skip to content

Bump github.com/aws/aws-sdk-go from 1.44.274 to 1.45.2 (#222) #13

Bump github.com/aws/aws-sdk-go from 1.44.274 to 1.45.2 (#222)

Bump github.com/aws/aws-sdk-go from 1.44.274 to 1.45.2 (#222) #13

Workflow file for this run

name: goreleaser
on:
push:
tags:
- '*'
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.20.1
-
name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}