Skip to content

Detect AMD TSA mitigations (#166) #24

Detect AMD TSA mitigations (#166)

Detect AMD TSA mitigations (#166) #24

Workflow file for this run

name: goreleaser
on:
push:
tags:
- 'v*'
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.24.x
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: 2.3.2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CGO_ENABLED: 0