Skip to content

fix: remove pgp parts form release.yml #1

fix: remove pgp parts form release.yml

fix: remove pgp parts form release.yml #1

Workflow file for this run

name: gokong build
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
name: building gokong
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.16.6' # The Go version to download (if necessary) and use.
- run: go version
- name: Run test
run: make test