Skip to content

build(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to… #4110

build(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to…

build(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to… #4110

Workflow file for this run

name: Lint
on:
push:
branches:
- master
paths:
- "**.go"
- "**.go.json"
- "go.mod"
- "go.sum"
- ".golangci.yaml"
- ".github/workflows/lint.yaml"
pull_request:
branches:
- master
paths:
- "**.go"
- "**.go.json"
- "go.mod"
- "go.sum"
- ".golangci.yaml"
- ".github/workflows/lint.yaml"
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.2
with:
submodules: true
- uses: trim21/actions/setup-go@master
with:
cache-namespace: lint
- name: Run linters
uses: golangci/golangci-lint-action@v9.2.0
with:
version: v2.11.4