Skip to content

go: bump github.com/sacloud/sacloud-usage-lib from 0.0.4 to 0.0.5 (#30) #59

go: bump github.com/sacloud/sacloud-usage-lib from 0.0.4 to 0.0.5 (#30)

go: bump github.com/sacloud/sacloud-usage-lib from 0.0.4 to 0.0.5 (#30) #59

Workflow file for this run

name: test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: test
run: make check