Add custom enhancements

This commit is contained in:
Jason Song
2022-09-21 14:26:19 +08:00
committed by Jason Song
parent c051090583
commit 7815eec33b
14 changed files with 830 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
name: test
jobs:
job1:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
version: [1.17, 1.18, 1.19]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.version }}
- run: uname -a && go version