Skip to content

blockstore/blockservice: change option to WriteThrough(enabled bool) #3203

blockstore/blockservice: change option to WriteThrough(enabled bool)

blockstore/blockservice: change option to WriteThrough(enabled bool) #3203

Workflow file for this run

name: Go Checks
on:
pull_request:
push:
branches: ["main","release"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-check:
uses: ipdxco/unified-github-workflows/.github/workflows/go-check.yml@v1.0