Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,6 @@ concurrency:
jobs:
test:
runs-on: ubuntu-latest
services:
elasticsearch:
image: elasticsearch:8.17.1
ports:
- 9200:9200
env:
discovery.type: single-node
xpack.security.enabled: "false"
ES_JAVA_OPTS: "-Xms128m -Xmx128m"
options: >-
--health-cmd "curl -f http://localhost:9200/_cluster/health"
--health-interval 10s
--health-timeout 5s
--health-retries 10
env:
ES_TEST_SERVER_URL: "http://localhost:9200"
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ vendor/
compass.yaml
temp/
.mcp.json
docs/_drafts/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COMMIT := $(shell git rev-parse --short HEAD)
TAG := "$(shell git rev-list --tags --max-count=1)"
VERSION := "$(shell git describe --tags ${TAG})-next"
BUILD_DIR=dist
PROTON_COMMIT := "b9ed2ad"
PROTON_COMMIT := "eefb04d"

.PHONY: all build clean test tidy vet proto setup format generate lint install

Expand Down
Loading