Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.32.25 to 1.32.26 #94

Bump github.com/aws/aws-sdk-go-v2/config from 1.32.25 to 1.32.26

Bump github.com/aws/aws-sdk-go-v2/config from 1.32.25 to 1.32.26 #94

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
defaults:
run:
shell: bash -xe {0}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v9
- run: make