Skip to content

chore(deps): Bump github.com/aws/aws-sdk-go from 1.44.285 to 1.44.333 #647

chore(deps): Bump github.com/aws/aws-sdk-go from 1.44.285 to 1.44.333

chore(deps): Bump github.com/aws/aws-sdk-go from 1.44.285 to 1.44.333 #647

Workflow file for this run

name: "Build"
on:
push:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- amd64
os:
- linux
- darwin
- windows
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
with:
go-version: 1.19
- run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build .