Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/service/servicecatalog from 1.25.5 to 1.38.2 #2097

build(deps): bump github.com/aws/aws-sdk-go-v2/service/servicecatalog from 1.25.5 to 1.38.2

build(deps): bump github.com/aws/aws-sdk-go-v2/service/servicecatalog from 1.25.5 to 1.38.2 #2097

Workflow file for this run

name: linter
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
linter:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
go_version_file: go.mod
github_token: ${{ secrets.GITHUB_TOKEN }}
tool_name: golangci-lint