Skip to content

Bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.5 (#15) #31

Bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.5 (#15)

Bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.5 (#15) #31

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
pull_request:
types: [ opened, synchronize ]
branches:
- main
- master
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.1
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59