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
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.25.5
go-version: 1.26.1

- name: Build
run: go build -v ./...
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module github.com/arquivei/elasticutil

go 1.25

toolchain go1.25.5
toolchain go1.26.1

require (
github.com/arquivei/foundationkit v0.10.3
github.com/arquivei/foundationkit v0.10.4
github.com/elastic/go-elasticsearch/v7 v7.17.10
github.com/olivere/elastic/v7 v7.0.32
github.com/r3labs/diff/v3 v3.0.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/arquivei/foundationkit v0.10.3 h1:glQrvAleZwP5G+puJ1xZfUAnM6RWc2Zb4Tnl/umrmSE=
github.com/arquivei/foundationkit v0.10.3/go.mod h1:cd4xI4bBDyn6ZuMquvk5oTTzBf8vMgLv+Mde5txwzb4=
github.com/arquivei/foundationkit v0.10.4 h1:DS+Bhc7tHMbkPHtvSJmBIKVtDmSnAxj3CmhWAzMCEAE=
github.com/arquivei/foundationkit v0.10.4/go.mod h1:NqbAcbNkGx09lNnp5WAnOqHUM/n1BtDN8QBm+PDcXyE=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
Loading