Skip to content

Bump cloud.google.com/go/storage from 1.13.0 to 1.57.2 #245

Bump cloud.google.com/go/storage from 1.13.0 to 1.57.2

Bump cloud.google.com/go/storage from 1.13.0 to 1.57.2 #245

Workflow file for this run

on: [push, pull_request]
name: linter
jobs:
lint:
strategy:
matrix:
go-version: [1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.31