Skip to content

deps(go): bump cloud.google.com/go/storage from 1.43.0 to 1.47.0 (#297) #647

deps(go): bump cloud.google.com/go/storage from 1.43.0 to 1.47.0 (#297)

deps(go): bump cloud.google.com/go/storage from 1.43.0 to 1.47.0 (#297) #647

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Get dependencies
run: |
go get -v -t -d ./...
- name: Run tests
run: |
go test -v -coverprofile="cover-profile.out" -short -race ./...