Skip to content

go.mod: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.24 to 1.17.27 #207

go.mod: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.24 to 1.17.27

go.mod: bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.24 to 1.17.27 #207

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_MESSAGE_DELAY: ${{ secrets.AWS_MESSAGE_DELAY }}
AWS_VISIBILITY: ${{ secrets.AWS_VISIBILITY }}
run: make test