Skip to content

chore: update build.yml and release.yml #10

chore: update build.yml and release.yml

chore: update build.yml and release.yml #10

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: '1.22.1'
- name: Build
run: go build .