Skip to content

chore: create release.yml #5

chore: create release.yml

chore: create release.yml #5

Workflow file for this run

name: build
on:
push:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Build
run: go build .