Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.25.11 to 1.26.6 #80

Bump github.com/aws/aws-sdk-go-v2/config from 1.25.11 to 1.26.6

Bump github.com/aws/aws-sdk-go-v2/config from 1.25.11 to 1.26.6 #80

Workflow file for this run

name: Main
on:
push:
branches: [ "main" ]
paths-ignore:
- '**.md'
pull_request:
branches: [ "main" ]
paths-ignore:
- '**.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Lint
run: make lint