From e8e0e5599983249727b057ed7693adbc81dd902e Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 2 Feb 2024 19:46:50 +0700 Subject: [PATCH] Published the client --- .github/workflows/publish.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2250e00..497949a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,11 +13,7 @@ jobs: strategy: matrix: go: [ '1.18' ] - services: - manticoresearch-manticore: - image: manticoresearch/manticore:dev - ports: - - 9408:9308 + steps: - uses: actions/checkout@v2 - name: Setup Go ${{ matrix.go-version }} @@ -29,5 +25,5 @@ jobs: - name: Publish run: | go mod tidy - echo github.com/manticoresoftware/manticoresearch-go@$VERSION + GOPROXY=proxy.golang.org go list -m github.com/manticoresoftware/manticoresearch-go@$VERSION