Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.34.8 to 1.35.1 #26

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.34.8 to 1.35.1

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.34.8 to 1.35.1 #26

Workflow file for this run

name: lint
on:
push:
branches: ["main"]
pull_request:
paths:
- "go.*"
- "**/*.go"
- ".github/workflows/*.yml"
permissions:
contents: read
env:
GO_VERSION: '1.23.1'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60