Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.67.0 to 1.68.2 #3440

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.67.0 to 1.68.2

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.67.0 to 1.68.2 #3440

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [ "main", "release-v*" ]
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.24.x
- name: Analysis
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
with:
args: -v