Skip to content

Bump wangyoucao577/go-release-action from 1.50 to 1.51 #201

Bump wangyoucao577/go-release-action from 1.50 to 1.51

Bump wangyoucao577/go-release-action from 1.50 to 1.51 #201

Workflow file for this run

name: Build & run tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.3
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...