Skip to content

Bump github.com/aws/aws-sdk-go-v2 from 1.32.5 to 1.32.7 #372

Bump github.com/aws/aws-sdk-go-v2 from 1.32.5 to 1.32.7

Bump github.com/aws/aws-sdk-go-v2 from 1.32.5 to 1.32.7 #372

Workflow file for this run

name: Linter
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
vet:
name: Go vet
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.23
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Go vet
run: go vet ./...