Skip to content

Update dependency typeorm to v0.3.0 [SECURITY] #2415

Update dependency typeorm to v0.3.0 [SECURITY]

Update dependency typeorm to v0.3.0 [SECURITY] #2415

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.18
- name: build
run: make build