Skip to content

Bump boto3 from 1.28.3 to 1.28.9 in /tests #346

Bump boto3 from 1.28.3 to 1.28.9 in /tests

Bump boto3 from 1.28.3 to 1.28.9 in /tests #346

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
paths-ignore:
- 'examples/**'
- '**.md'
types:
- opened
- reopened
- synchronize
defaults:
run:
shell: bash
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Golang Environment
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- name: Lint Code
uses: golangci/golangci-lint-action@v3