Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Bump cloud.google.com/go/compute/metadata from 0.5.0 to 0.5.2 #48

Bump cloud.google.com/go/compute/metadata from 0.5.0 to 0.5.2

Bump cloud.google.com/go/compute/metadata from 0.5.0 to 0.5.2 #48

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.22.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: make test
- run: make lint