Skip to content

Update storage params #531

Update storage params

Update storage params #531

Workflow file for this run

# This is a basic workflow that is manually triggered
name: gitopia
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on: [push, pull_request]
# This workflow makes x86_64 binaries for mac, windows, and linux.
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: 1.18
- name: Compile
run: |
go mod download
cd cmd/gitopiad
go build .