Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.27.2 to 1.30.1 #10

build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.27.2 to 1.30.1

build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.27.2 to 1.30.1 #10

Workflow file for this run

name: Go tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
go_version: ['1.21', '1.22']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go_version }}
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...