Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.3 to 1.96.4 in the aws-sdk group #8159

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.3 to 1.96.4 in the aws-sdk group

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.3 to 1.96.4 in the aws-sdk group #8159

Workflow file for this run

name: Checks
on:
workflow_dispatch:
pull_request:
push:
branches: [master]
permissions:
contents: read
pull-requests: read
concurrency:
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
precommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- uses: j178/prek-action@v1
with:
extra-args: --all-files --stage=manual
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest