Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.17 #233

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.17

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.17 #233

Workflow file for this run

name: Linter
on: [ "push", "pull_request" ]
jobs:
vet:
name: Go vet
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Go vet
run: go vet ./...