1. Fix wrong atomic pkg from go1.19 std sync/atomic to go.uber.org/atomic (#1479)

2. Fix CI buildtest config '>=1.18' to '1.18',ensure compatibility with go1.18
This commit is contained in:
imcdd
2023-03-07 23:27:26 -08:00
committed by GitHub
parent 11ae7fdbb6
commit 1f4fd6aafe
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.18'
go-version: '1.18'
- name: Set up gotestfmt
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@v2.4.1