Skip to content

ci: signing go-semver-release tags #5

ci: signing go-semver-release tags

ci: signing go-semver-release tags #5

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, edited]
jobs:
go-build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: 1.22
- name: Go Build
run: go build -v -o go-semver-release main.go
- name: Go Test
run: go test -race -v ./...