Skip to content

Bump github.com/aws/aws-sdk-go-v2 from 1.33.0 to 1.34.0 #1172

Bump github.com/aws/aws-sdk-go-v2 from 1.33.0 to 1.34.0

Bump github.com/aws/aws-sdk-go-v2 from 1.33.0 to 1.34.0 #1172

Workflow file for this run

name: Go build
on:
push:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "integration/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.21'
- name: Build
run: |
export GOFLAGS=-buildvcs=false
go build -v -o .