Skip to content

GCLOUD2-11797 security group management updated #416

GCLOUD2-11797 security group management updated

GCLOUD2-11797 security group management updated #416

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