Skip to content

add custom env

add custom env #401

Workflow file for this run

on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.21'
- run: ./scripts/test-pkg.sh