Skip to content

Commit

Permalink
fix: Replace the docker image of Polaris (go-kratos#1999)
Browse files Browse the repository at this point in the history
* fix: Replace the docker image of Polaris

* up
  • Loading branch information
houseme authored May 19, 2022
1 parent 8ff5f2f commit 0d9319b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
ports:
- "8848:8848"
- "9848:9848"
polaris:
image: houseme/polaris-server-with-config:latest
ports:
- 8090:8090
- 8091:8091
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down
3 changes: 1 addition & 2 deletions contrib/registry/polaris/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import (
"testing"
"time"

"github.com/go-kratos/kratos/v2/log"

"github.com/polarismesh/polaris-go/pkg/config"

"github.com/go-kratos/kratos/v2/log"
"github.com/go-kratos/kratos/v2/registry"
)

Expand Down
1 change: 0 additions & 1 deletion hack/.test_ignored_files
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
./contrib/registry/kubernetes
./contrib/registry/zookeeper
./contrib/registry/eureka
./contrib/registry/polaris

0 comments on commit 0d9319b

Please sign in to comment.