Skip to content

Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 (#462) #954

Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 (#462)

Bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.328 (#462) #954

Workflow file for this run

name: Go Multilinting
on:
push:
jobs:
build:
name: Check code
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: v1.52
args: --timeout 5m -E bodyclose,gocritic,gofmt,gosec,govet,nestif,nlreturn,revive,rowserrcheck