Skip to content

Commit

Permalink
Tested publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Feb 2, 2024
1 parent 67a6b75 commit 591d55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
VERSION: ${{ github.ref_name }}
strategy:
matrix:
go: [ '17' ]
go: [ '1.18' ]
services:
manticoresearch-manticore:
image: manticoresearch/manticore:dev
Expand All @@ -29,5 +29,5 @@ jobs:
- name: Publish
run: |
go mod tidy
GOPROXY=proxy.golang.org go list -m github.com/manticoresoftware/manticoresearch-go@$VERSION
echo github.com/manticoresoftware/manticoresearch-go@$VERSION

0 comments on commit 591d55e

Please sign in to comment.