Skip to content

adds env configs,gridfs configuration controllers prototyping to uplo… #12

adds env configs,gridfs configuration controllers prototyping to uplo…

adds env configs,gridfs configuration controllers prototyping to uplo… #12

Workflow file for this run

name: Build
on:
push:
branches:
- api/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.0
- name: Build API
run: go build -o mywebserver .