Skip to content

Update module github.com/aws/aws-sdk-go-v2/config to v1.27.31 #224

Update module github.com/aws/aws-sdk-go-v2/config to v1.27.31

Update module github.com/aws/aws-sdk-go-v2/config to v1.27.31 #224

Workflow file for this run

name: Test Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: make compile
- name: Build Local Test
run: make compileLocal