Skip to content

Add AMD Speculative Return Stack Overflow (SRSO) (#143) #19

Add AMD Speculative Return Stack Overflow (SRSO) (#143)

Add AMD Speculative Return Stack Overflow (SRSO) (#143) #19

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.21.x
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: v1.9.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CGO_ENABLED: 0