Skip to content

refact(mp): remove middleware for shop,media,datadictionary etc api a… #692

refact(mp): remove middleware for shop,media,datadictionary etc api a…

refact(mp): remove middleware for shop,media,datadictionary etc api a… #692

Workflow file for this run

name: Go Build
on: [ push ]
jobs:
build-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.21
- name: Build
run: cd cmd/server && go build