Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.163.0 to 1.192.0 #679

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.163.0 to 1.192.0

Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.163.0 to 1.192.0 #679

Workflow file for this run

name: golint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
with:
go-version-file: ./go.mod
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
with:
version: latest