Skip to content

deps: bump github.com/aws/aws-sdk-go-v2/config from 1.18.19 to 1.18.3… #609

deps: bump github.com/aws/aws-sdk-go-v2/config from 1.18.19 to 1.18.3…

deps: bump github.com/aws/aws-sdk-go-v2/config from 1.18.19 to 1.18.3… #609

Workflow file for this run

name: Go
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.20
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Style
run: make style
- name: Vet
run: make vet
- name: Test
run: make test
- name: Build
run: make build