Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.36.0 to 1.36.3 #337

Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.36.0 to 1.36.3

Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.36.0 to 1.36.3 #337

Workflow file for this run

name: Static Checks
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
staticcheck:
name: Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dominikh/staticcheck-action@v1.3.1
with:
version: "latest"