Skip to content

Bump cloud.google.com/go/storage from 1.37.0 to 1.39.0 #107

Bump cloud.google.com/go/storage from 1.37.0 to 1.39.0

Bump cloud.google.com/go/storage from 1.37.0 to 1.39.0 #107

Workflow file for this run

name: Build
on:
push:
branches: main
pull_request:
branches: main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Test
run: ./hack/test-all.sh
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.54