Skip to content

Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.54.11 #262

Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.54.11

Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.54.11 #262

Workflow file for this run

name: CI
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
build:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2
args: --timeout 3m --verbose