Skip to content

Revert "Gcloud2 16070 gcore instance read fix" #453

Revert "Gcloud2 16070 gcore instance read fix"

Revert "Gcloud2 16070 gcore instance read fix" #453

Workflow file for this run

name: build
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: go build -v ./...