Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.27 to 1.18.29 #245

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.27 to 1.18.29

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.27 to 1.18.29 #245

Workflow file for this run

name: build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=1.19.1"
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v3
- name: Build
run: make