Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.25.2 to 1.30.0 #24

chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.25.2 to 1.30.0

chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.25.2 to 1.30.0 #24

Workflow file for this run

name: Go build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.3'
- name: Build
run: go build -v ./...