Skip to content

Update wangyoucao577/go-release-action action to v1.46 #109

Update wangyoucao577/go-release-action action to v1.46

Update wangyoucao577/go-release-action action to v1.46 #109

Workflow file for this run

name: Test Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Set-up Go
uses: actions/setup-go@v5
with:
go-version: ^1.21
- name: Check out code
uses: actions/checkout@v4
- name: Build
run: make compile
- name: Build Local Test
run: make compileLocal