Skip to content

Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.55.5 #9

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

Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.55.5 #9

Workflow file for this run

name: CI
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
build:
name: examples
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: ^1.21
id: go
- uses: actions/checkout@v4
- run: make build-examples