Skip to content

fix(deps): update module github.com/aws/aws-sdk-go to v1.50.16 #33

fix(deps): update module github.com/aws/aws-sdk-go to v1.50.16

fix(deps): update module github.com/aws/aws-sdk-go to v1.50.16 #33

Workflow file for this run

name: Golang-CI
on:
pull_request:
branches:
- main
permissions: read-all
jobs:
preCommit:
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