Skip to content

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.27 to 1.17.44 #345

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.27 to 1.17.44

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.27 to 1.17.44 #345

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 ./...