Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Merge pull request #1 from nodeset-org/dev #3

Merge pull request #1 from nodeset-org/dev

Merge pull request #1 from nodeset-org/dev #3

Workflow file for this run

name: Build
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.10
- run: cd ${GITHUB_WORKSPACE} && go build .