Skip to content

Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.41 to … #1837

Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.41 to …

Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.41 to … #1837

Workflow file for this run

name: golangci-lint
on:
push:
tags:
branches:
- master
pull_request:
env:
GO_VERSION: "1.23"
jobs:
golangci:
name: go-lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
args: --timeout=15m