Skip to content

chore(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.53.1 #625

chore(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.53.1

chore(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.53.1 #625

Workflow file for this run

---
name: Lint (Golang)
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize]
paths:
- .github/workflows/lint.golang.yml
- go.*
- cmd/**
- pkg/**
jobs:
golangci-lint:
name: Golang CI lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
# renovate: datasource=golang-version
go-version: "1.21.0"
check-latest: true
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
# renovate: datasource=github-releases depName=golangci/golangci-lint
version: v1.56.2