Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.33 to 1.18.36 #287

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.33 to 1.18.36

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.33 to 1.18.36 #287

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