Skip to content

Bump github.com/aws/aws-sdk-go from 1.44.273 to 1.44.305 #329

Bump github.com/aws/aws-sdk-go from 1.44.273 to 1.44.305

Bump github.com/aws/aws-sdk-go from 1.44.273 to 1.44.305 #329

Workflow file for this run

name: ci
on:
push:
branches:
- main
- master
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.18'
- uses: securego/gosec@master
with:
args: -quiet -no-fail cmd/...
- run: go test ./cmd/...