Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.9 in the minor-patch-dependencies group #57

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.9 in the minor-patch-dependencies group

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.9 in the minor-patch-dependencies group #57

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
paths:
- '**.go'
- 'Makefile'
- 'go.mod'
- 'go.sum'
pull_request:
branches: [ "main" ]
paths:
- '**.go'
- 'Makefile'
- 'go.mod'
- 'go.sum'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: true
- name: Install dependencies
run: go mod download
- name: Build
run: make build