Skip to content

23 configuration options for autoscaling #143

23 configuration options for autoscaling

23 configuration options for autoscaling #143

Workflow file for this run

name: Build
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.20
id: go
- uses: actions/checkout@v1
- name: Build
run: |
go get -d -v
go build -v