Skip to content

Move mocks from worker package into test/mocks package (#1666) #1221

Move mocks from worker package into test/mocks package (#1666)

Move mocks from worker package into test/mocks package (#1666) #1221

Workflow file for this run

name: Publish
# Controls when the action will run.
on:
# Triggers the workflow on new SemVer tags
push:
branches:
- master
- dev
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-**"
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
publish:
uses: SiaFoundation/workflows/.github/workflows/go-publish.yml@master
secrets: inherit
with:
linux-build-args: -tags='timetzdata netgo' -trimpath -a -ldflags '-s -w -linkmode external -extldflags "-static"'
windows-build-args: -tags='timetzdata netgo' -trimpath -a -ldflags '-s -w -linkmode external -extldflags "-static"'
macos-build-args: -tags='timetzdata netgo' -trimpath -a -ldflags '-s -w'
cgo-enabled: 1
project: renterd
project-desc: "renterd: The Next-Gen Sia Renter"
version-tag: ${{ github.ref_name }}