Skip to content

chore(deps): update module cloud.google.com/go/storage to v1.60.0 #6107

chore(deps): update module cloud.google.com/go/storage to v1.60.0

chore(deps): update module cloud.google.com/go/storage to v1.60.0 #6107

Workflow file for this run

name: CFT CLI Tests
on:
push:
branches:
- 'main'
paths:
- 'cli/**'
- '.github/workflows/test-cli.yml'
pull_request:
branches:
- 'main'
paths:
- 'cli/**'
- '.github/workflows/test-cli.yml'
concurrency:
group: '${{github.workflow}}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
unit:
name: ${{ matrix.operating-system }} unit tests
runs-on: ${{ matrix.operating-system }}
defaults:
run:
shell: bash
working-directory: 'cli'
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version-file: cli/go.mod
cache-dependency-path: cli/go.sum
- run: |-
make test