Skip to content

Bump github.com/aws/aws-sdk-go-v2 from 1.30.1 to 1.30.4 #311

Bump github.com/aws/aws-sdk-go-v2 from 1.30.1 to 1.30.4

Bump github.com/aws/aws-sdk-go-v2 from 1.30.1 to 1.30.4 #311

Workflow file for this run

name: Main
on:
push:
branches: [ "main" ]
paths-ignore:
- '**.md'
pull_request:
branches: [ "main" ]
paths-ignore:
- '**.md'
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: make
- name: Test
run: make test
env:
AWS_ACCESS_KEY_ID: minioadmin
AWS_SECRET_ACCESS_KEY: minioadmin
AWS_DEFAULT_REGION: "jp-tokyo-test"
- name: Image build
run: make image