Skip to content

Commit

Permalink
Published the client
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-S-2018 committed Feb 2, 2024
1 parent 591d55e commit e8e0e55
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit e8e0e55

Please sign in to comment.