Skip to content

fix(deps): bump github.com/aws/aws-sdk-go-v2/service/route53 from 1.40.4 to 1.40.7 #400

fix(deps): bump github.com/aws/aws-sdk-go-v2/service/route53 from 1.40.4 to 1.40.7

fix(deps): bump github.com/aws/aws-sdk-go-v2/service/route53 from 1.40.4 to 1.40.7 #400

Workflow file for this run

---
name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-go@v5.0.0
with:
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v5.1.0
with:
version: "latest"
args: "--timeout=30m"