Skip to content

GCLOUD2-16699 Add clear description of auth options and env variables… #466

GCLOUD2-16699 Add clear description of auth options and env variables…

GCLOUD2-16699 Add clear description of auth options and env variables… #466

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 ./...