Skip to content

Bump github.com/aws/smithy-go from 1.22.1 to 1.22.2 #1003

Bump github.com/aws/smithy-go from 1.22.1 to 1.22.2

Bump github.com/aws/smithy-go from 1.22.1 to 1.22.2 #1003

name: generated-code
on: pull_request
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --depth=0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: go generate and diff checks
run: go generate ./... && git diff --exit-code