Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.3.0 to 1.34.5 #302

Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.3.0 to 1.34.5

Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.3.0 to 1.34.5 #302

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@v2
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tool_name: golangci-lint