Skip to content

Update module github.com/elastic/go-elasticsearch/v8 to v8.19.0 #185

Update module github.com/elastic/go-elasticsearch/v8 to v8.19.0

Update module github.com/elastic/go-elasticsearch/v8 to v8.19.0 #185

Workflow file for this run

name: Verification Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
with:
go-version: '^1.20' # The Go version to download (if necessary) and use.
- name: build go module
run: make && zip --junk-paths k6.zip k6
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
with:
name: k6.zip
path: k6.zip