Skip to content

build(deps): bump cloud.google.com/go/storage from 1.59.2 to 1.60.0 #1789

build(deps): bump cloud.google.com/go/storage from 1.59.2 to 1.60.0

build(deps): bump cloud.google.com/go/storage from 1.59.2 to 1.60.0 #1789

Workflow file for this run

name: Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
name: Unit test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: go.mod
- name: Go test
run: go test -v ./... -coverprofile=coverage.out -covermode=count
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run octocov
uses: k1LoW/octocov-action@73d561f65d59e66899ed5c87e4621a913b5d5c20 # v1.5.0