Skip to content

Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.49.13 #203

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

Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.49.13 #203

Workflow file for this run

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