Skip to content

fix(deps): update aws-sdk-go-v2 monorepo (patch) #389

fix(deps): update aws-sdk-go-v2 monorepo (patch)

fix(deps): update aws-sdk-go-v2 monorepo (patch) #389

Workflow file for this run

name: golangci
on:
pull_request:
branches:
- main
permissions: read-all
jobs:
golangci:
name: Run golang-ci
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache-dependency-path: "**/*.sum"
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest