Skip to content

update release workflow #9

update release workflow

update release workflow #9

Workflow file for this run

name: Go Test
on: [push]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go 1.19
uses: actions/[email protected]
with:
go-version: 1.19
id: go
- name: Test
run: go test -v ./...