Skip to content

Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 #373

Bump github.com/spf13/cobra from 1.8.1 to 1.9.1

Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 #373

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