Skip to content

Commit 7923d17

Browse files
committed
update go to 1.23.6
1 parent be442e2 commit 7923d17

File tree

6 files changed

+106
-497
lines changed

6 files changed

+106
-497
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.22.4
18+
go-version: 1.23.6
1919
cache: false
2020
- uses: actions/checkout@v4
2121
- name: golangci-lint
2222
uses: golangci/golangci-lint-action@v3
2323
with:
2424
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
25-
version: v1.54.2
25+
version: v1.64.5
2626

2727
# Optional: working directory, useful for monorepos
2828
# working-directory: somedir

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go 1.x
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.22.4
18+
go-version: 1.23.6
1919
id: go
2020

2121
- name: Check out code into the Go module directory

.github/workflows/pr-integration-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go 1.x
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.22.4
17+
go-version: 1.23.6
1818
id: go
1919

2020
- name: Check out code
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Go 1.x
3333
uses: actions/setup-go@v5
3434
with:
35-
go-version: 1.22.4
35+
go-version: 1.23.6
3636
id: go
3737

3838
- name: Check out code
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Go 1.x
5151
uses: actions/setup-go@v5
5252
with:
53-
go-version: 1.22.4
53+
go-version: 1.23.6
5454
id: go
5555

5656
- name: Check out code
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up Go 1.x
6969
uses: actions/setup-go@v5
7070
with:
71-
go-version: 1.22.4
71+
go-version: 1.23.6
7272
id: go
7373

7474
- name: Check out code
@@ -87,7 +87,7 @@ jobs:
8787
- name: Set up Go 1.x
8888
uses: actions/setup-go@v5
8989
with:
90-
go-version: 1.22.4
90+
go-version: 1.23.6
9191
id: go
9292

9393
- name: Check out code

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go 1.x
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.22.4
17+
go-version: 1.23.6
1818
id: go
1919

2020
- name: Check out code

go.mod

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,62 @@
11
module github.com/multiversx/mx-chain-es-indexer-go
22

3-
go 1.20
3+
go 1.23
44

55
require (
66
github.com/elastic/go-elasticsearch/v7 v7.12.0
77
github.com/gin-contrib/cors v1.4.0
8-
github.com/gin-gonic/gin v1.10.0
8+
github.com/gin-gonic/gin v1.9.1
99
github.com/google/uuid v1.6.0
10-
github.com/multiversx/mx-chain-communication-go v1.1.1
11-
github.com/multiversx/mx-chain-core-go v1.2.24
12-
github.com/multiversx/mx-chain-logger-go v1.0.15
13-
github.com/multiversx/mx-chain-vm-common-go v1.5.16
14-
github.com/prometheus/client_model v0.4.0
15-
github.com/prometheus/common v0.37.0
10+
github.com/multiversx/mx-chain-communication-go v1.1.2-0.20250218164645-1f6964baffbe
11+
github.com/multiversx/mx-chain-core-go v1.2.25-0.20250218161123-121084ae9840
12+
github.com/multiversx/mx-chain-logger-go v1.0.16-0.20250218161408-6a0c19d0da48
13+
github.com/multiversx/mx-chain-vm-common-go v1.5.17-0.20250218162215-88938774627c
14+
github.com/prometheus/client_model v0.6.1
15+
github.com/prometheus/common v0.62.0
1616
github.com/stretchr/testify v1.10.0
17-
github.com/tidwall/gjson v1.18.0
18-
github.com/urfave/cli v1.22.16
19-
google.golang.org/protobuf v1.36.3
17+
github.com/tidwall/gjson v1.14.0
18+
github.com/urfave/cli v1.22.10
19+
google.golang.org/protobuf v1.36.4
2020
)
2121

2222
require (
2323
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
24-
github.com/bytedance/sonic v1.11.6 // indirect
25-
github.com/bytedance/sonic/loader v0.1.1 // indirect
26-
github.com/cloudwego/base64x v0.1.4 // indirect
27-
github.com/cloudwego/iasm v0.2.0 // indirect
28-
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
24+
github.com/bytedance/sonic v1.9.1 // indirect
25+
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
26+
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
2927
github.com/davecgh/go-spew v1.1.1 // indirect
3028
github.com/denisbrodbeck/machineid v1.0.1 // indirect
31-
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
29+
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
3230
github.com/gin-contrib/sse v0.1.0 // indirect
3331
github.com/go-playground/locales v0.14.1 // indirect
3432
github.com/go-playground/universal-translator v0.18.1 // indirect
35-
github.com/go-playground/validator/v10 v10.20.0 // indirect
33+
github.com/go-playground/validator/v10 v10.14.0 // indirect
3634
github.com/goccy/go-json v0.10.2 // indirect
3735
github.com/gogo/protobuf v1.3.2 // indirect
3836
github.com/golang/protobuf v1.5.3 // indirect
39-
github.com/gorilla/mux v1.8.0 // indirect
40-
github.com/gorilla/websocket v1.5.0 // indirect
37+
github.com/gorilla/mux v1.8.1 // indirect
38+
github.com/gorilla/websocket v1.5.3 // indirect
4139
github.com/json-iterator/go v1.1.12 // indirect
42-
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
43-
github.com/leodido/go-urn v1.4.0 // indirect
40+
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
41+
github.com/leodido/go-urn v1.2.4 // indirect
4442
github.com/mattn/go-isatty v0.0.20 // indirect
45-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
4643
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4744
github.com/modern-go/reflect2 v1.0.2 // indirect
4845
github.com/mr-tron/base58 v1.2.0 // indirect
46+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4947
github.com/pelletier/go-toml v1.9.3 // indirect
50-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
48+
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
5149
github.com/pmezard/go-difflib v1.0.0 // indirect
52-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
50+
github.com/russross/blackfriday/v2 v2.0.1 // indirect
51+
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
5352
github.com/tidwall/match v1.1.1 // indirect
5453
github.com/tidwall/pretty v1.2.0 // indirect
5554
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
56-
github.com/ugorji/go/codec v1.2.12 // indirect
57-
golang.org/x/arch v0.8.0 // indirect
58-
golang.org/x/crypto v0.31.0 // indirect
59-
golang.org/x/net v0.33.0 // indirect
60-
golang.org/x/sys v0.28.0 // indirect
55+
github.com/ugorji/go/codec v1.2.11 // indirect
56+
golang.org/x/arch v0.3.0 // indirect
57+
golang.org/x/crypto v0.32.0 // indirect
58+
golang.org/x/net v0.34.0 // indirect
59+
golang.org/x/sys v0.30.0 // indirect
6160
golang.org/x/text v0.21.0 // indirect
6261
gopkg.in/yaml.v3 v3.0.1 // indirect
6362
)

0 commit comments

Comments
 (0)