Skip to content

Commit

Permalink
Merge branch 'main' into elastic8
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jun 5, 2024
2 parents 4164cd9 + aac8179 commit 7856bab
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 26 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
xpack.security.enabled: false
ports:
- 9200:9200
options: --ulimit memlock=-1:-1 --ulimit nofile=65536:65536
options: --health-cmd "curl http://localhost:9200/_cluster/health" --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- name: Checkout code
Expand Down Expand Up @@ -52,17 +52,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ env.go-version }}

- name: Publish release
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
env:
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*.dylib
fabfile.py
fabfile.pyc
deploy/
deploy
rp-indexer

# Test binary, build with `go test -c`
Expand All @@ -19,4 +19,5 @@ rp-indexer

*~

.DS_Store
.DS_Store
dist/
20 changes: 20 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
builds:
- main: ./cmd/rp-indexer/main.go
binary: rp-indexer
goos:
- darwin
- linux
goarch:
- amd64
- arm64

changelog:
filters:
exclude:
- "^Update CHANGELOG.md"

archives:
- files:
- LICENSE
- README.md
1 change: 0 additions & 1 deletion deploy

This file was deleted.

19 changes: 0 additions & 19 deletions goreleaser.yml

This file was deleted.

0 comments on commit 7856bab

Please sign in to comment.