Skip to content

remove records from log #36

remove records from log

remove records from log #36

Workflow file for this run

name: build
on:
push:
branches:
- main
env:
GOPRIVATE: "github.com/solarisdb/*"
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
with:
go-version-file: go.mod
- name: Run tests
run: make clean test
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.64.0
env:
GITHUB_TOKEN: ${{ secrets.BUILD_TOKEN }}
WITH_V: true