fix: update unittest for action

This commit is contained in:
xucong053
2022-09-28 16:14:00 +08:00
parent 4dbff93f52
commit 16daf7a250
9 changed files with 15 additions and 3 deletions
-2
View File
@@ -63,8 +63,6 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
go-version: go-version:
- 1.16.x
- 1.17.x
- 1.18.x - 1.18.x
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
+2
View File
@@ -1,3 +1,5 @@
//go:build localtest
package uixt package uixt
import ( import (
+2
View File
@@ -1,3 +1,5 @@
//go:build localtest
package uixt package uixt
import ( import (
+1
View File
@@ -1,3 +1,4 @@
//go:build localtest
package uixt package uixt
import ( import (
+2
View File
@@ -1,3 +1,5 @@
//go:build localtest
package uixt package uixt
import ( import (
+2
View File
@@ -1,3 +1,5 @@
//go:build localtest
package uixt package uixt
import ( import (
+2
View File
@@ -1,3 +1,5 @@
//go:build localtest
package uixt package uixt
import ( import (
+2
View File
@@ -1,3 +1,5 @@
//go:build localtest
package hrp package hrp
import ( import (
+1
View File
@@ -1,3 +1,4 @@
//go:build localtest
package hrp package hrp
import ( import (