Skip to content

build(deps): bump github.com/aws/smithy-go from 1.20.4 to 1.22.0 (#473) #1115

build(deps): bump github.com/aws/smithy-go from 1.20.4 to 1.22.0 (#473)

build(deps): bump github.com/aws/smithy-go from 1.20.4 to 1.22.0 (#473) #1115

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: tests
run: scripts/cibuild
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
flags: micro