Skip to content

go.mod: bump github.com/elastic/go-elasticsearch/v8 from 8.8.2 to 8.9.0 #163

go.mod: bump github.com/elastic/go-elasticsearch/v8 from 8.8.2 to 8.9.0

go.mod: bump github.com/elastic/go-elasticsearch/v8 from 8.8.2 to 8.9.0 #163

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Test
run: make test GOTEST_FLAGS="-v -count=1"