Skip to content

Commit 75ad3d4

Browse files
authored
chore: bump versions (#128)
* bump versions * revert cdk version * cr fix
1 parent f08ec98 commit 75ad3d4

File tree

12 files changed

+175
-186
lines changed

12 files changed

+175
-186
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050

5151
- name: Install Go
52-
uses: actions/setup-go@v3
52+
uses: actions/setup-go@v5
5353
with:
54-
go-version: '1.21.x'
54+
go-version: '1.23.x'
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL

.github/workflows/deb_packager.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
- name: Set up Go
25-
uses: actions/setup-go@master
25+
uses: actions/setup-go@v5
2626
with:
27-
go-version: 1.22.x
27+
go-version: 1.23.x
2828
# Variables
2929
- name: Adding TAG to ENV
3030
run: echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Install Go
16-
uses: actions/setup-go@v3
16+
uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.21.x
18+
go-version: 1.23.x
1919
cache: false
2020
- name: Checkout code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Lint
23-
uses: golangci/golangci-lint-action@v6.0.1
23+
uses: golangci/golangci-lint-action@v6.5.0
2424
with:
2525
args: --timeout 10m --verbose

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: 1.21.x
25+
go-version: 1.23.x
2626

2727
- name: Set up QEMU
2828
uses: docker/setup-qemu-action@v3

.github/workflows/security-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
name: Run govuln check and Publish
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Running govulncheck
1313
uses: Templum/[email protected]
1414
continue-on-error: true
1515
env:
1616
DEBUG: "true"
1717
with:
18-
go-version: 1.21.x
18+
go-version: 1.23.x
1919
vulncheck-version: latest
2020
package: ./...
2121
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
go-version: [ 1.21.x ]
18+
go-version: [ 1.23.x ]
1919
goarch: [ "amd64" ]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Install Go
26-
uses: actions/setup-go@v3
26+
uses: actions/setup-go@v5
2727
with:
2828
go-version: ${{ matrix.go-version }}
2929
env:

.github/workflows/test-unit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
go-version: [ 1.21.x ]
19+
go-version: [ 1.23.x ]
2020
goarch: [ "amd64" ]
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Install Go
27-
uses: actions/setup-go@v3
27+
uses: actions/setup-go@v5
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030
env:
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout Code
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
with:
5151
submodules: recursive
5252
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CONTAINER FOR BUILDING BINARY
2-
FROM golang:1.22 AS build
2+
FROM golang:1.23.7 AS build
33

44
WORKDIR $GOPATH/src/github.com/0xPolygon/cdk-data-availability
55

go.mod

Lines changed: 41 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,70 @@
11
module github.com/0xPolygon/cdk-data-availability
22

3-
go 1.22.4
3+
go 1.23.7
44

55
require (
66
github.com/0xPolygon/cdk v0.1.0
7-
github.com/0xPolygon/cdk-contracts-tooling v0.0.0-20240826154954-f6182d2b17a2
7+
github.com/0xPolygon/cdk-contracts-tooling v0.0.2-0.20241225094934-1d381f5703ef
88
github.com/DATA-DOG/go-sqlmock v1.5.1
99
github.com/didip/tollbooth/v6 v6.1.2
10-
github.com/ethereum/go-ethereum v1.14.5
11-
github.com/gorilla/websocket v1.5.1
10+
github.com/ethereum/go-ethereum v1.15.5
11+
github.com/gorilla/websocket v1.5.3
1212
github.com/hermeznetwork/tracerr v0.3.2
13-
github.com/invopop/jsonschema v0.12.0
13+
github.com/invopop/jsonschema v0.13.0
1414
github.com/jmoiron/sqlx v1.2.0
1515
github.com/lib/pq v1.10.7
1616
github.com/miguelmota/go-solidity-sha3 v0.1.1
1717
github.com/mitchellh/mapstructure v1.5.0
18-
github.com/rubenv/sql-migrate v1.6.1
18+
github.com/rubenv/sql-migrate v1.7.1
1919
github.com/spf13/viper v1.19.0
20-
github.com/stretchr/testify v1.9.0
20+
github.com/stretchr/testify v1.10.0
2121
github.com/umbracle/ethgo v0.1.4-0.20230712173909-df37dddf16f0
22-
github.com/urfave/cli/v2 v2.27.2
22+
github.com/urfave/cli/v2 v2.27.5
2323
go.uber.org/zap v1.27.0
2424
)
2525

2626
require (
27+
github.com/DataDog/zstd v1.5.6 // indirect
2728
github.com/Microsoft/go-winio v0.6.2 // indirect
2829
github.com/StackExchange/wmi v1.2.1 // indirect
29-
github.com/andybalholm/brotli v1.0.4 // indirect
30+
github.com/andybalholm/brotli v1.1.0 // indirect
3031
github.com/bahlo/generic-list-go v0.2.0 // indirect
31-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
32-
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
32+
github.com/bits-and-blooms/bitset v1.17.0 // indirect
3333
github.com/buger/jsonparser v1.1.1 // indirect
34-
github.com/consensys/bavard v0.1.13 // indirect
35-
github.com/consensys/gnark-crypto v0.12.1 // indirect
36-
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
37-
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
34+
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
35+
github.com/consensys/bavard v0.1.22 // indirect
36+
github.com/consensys/gnark-crypto v0.14.0 // indirect
37+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
38+
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
39+
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
3840
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3941
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
40-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
41-
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
42+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
43+
github.com/ethereum/c-kzg-4844 v1.0.3 // indirect
44+
github.com/ethereum/go-verkle v0.2.2 // indirect
4245
github.com/fsnotify/fsnotify v1.7.0 // indirect
46+
github.com/getsentry/sentry-go v0.28.1 // indirect
4347
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
4448
github.com/go-ole/go-ole v1.3.0 // indirect
4549
github.com/go-pkgz/expirable-cache v0.0.3 // indirect
46-
github.com/google/go-cmp v0.6.0 // indirect
50+
github.com/gofrs/flock v0.12.1 // indirect
4751
github.com/google/gofuzz v1.2.0 // indirect
4852
github.com/google/uuid v1.6.0 // indirect
4953
github.com/hashicorp/hcl v1.0.1-0.20180906183839-65a6292f0157 // indirect
50-
github.com/holiman/uint256 v1.2.4 // indirect
51-
github.com/iden3/go-iden3-crypto v0.0.16 // indirect
52-
github.com/klauspost/compress v1.17.2 // indirect
54+
github.com/holiman/uint256 v1.3.2 // indirect
55+
github.com/iden3/go-iden3-crypto v0.0.17 // indirect
56+
github.com/klauspost/compress v1.17.11 // indirect
5357
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
5458
github.com/magiconair/properties v1.8.7 // indirect
5559
github.com/mailru/easyjson v0.7.7 // indirect
60+
github.com/mattn/go-runewidth v0.0.16 // indirect
61+
github.com/mattn/go-sqlite3 v1.14.24 // indirect
5662
github.com/mmcloughlin/addchain v0.4.0 // indirect
57-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
63+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
5864
github.com/pkg/errors v0.9.1 // indirect
5965
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
66+
github.com/prometheus/client_golang v1.21.0 // indirect
67+
github.com/rogpeppe/go-internal v1.13.1 // indirect
6068
github.com/russross/blackfriday/v2 v2.1.0 // indirect
6169
github.com/sagikazarmark/locafero v0.4.0 // indirect
6270
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -67,23 +75,24 @@ require (
6775
github.com/spf13/pflag v1.0.5 // indirect
6876
github.com/stretchr/objx v0.5.2 // indirect
6977
github.com/subosito/gotenv v1.6.0 // indirect
70-
github.com/supranational/blst v0.3.11 // indirect
78+
github.com/supranational/blst v0.3.14 // indirect
7179
github.com/tklauser/go-sysconf v0.3.12 // indirect
7280
github.com/tklauser/numcpus v0.6.1 // indirect
7381
github.com/umbracle/fastrlp v0.0.0-20220527094140-59d5dd30e722 // indirect
7482
github.com/valyala/bytebufferpool v1.0.0 // indirect
75-
github.com/valyala/fasthttp v1.40.0 // indirect
83+
github.com/valyala/fasthttp v1.52.0 // indirect
7684
github.com/valyala/fastjson v1.4.1 // indirect
7785
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
78-
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
86+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
7987
go.uber.org/multierr v1.10.0 // indirect
80-
golang.org/x/crypto v0.24.0 // indirect
81-
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
82-
golang.org/x/net v0.26.0 // indirect
83-
golang.org/x/sync v0.7.0 // indirect
84-
golang.org/x/sys v0.22.0 // indirect
85-
golang.org/x/text v0.16.0 // indirect
86-
golang.org/x/time v0.5.0 // indirect
88+
golang.org/x/crypto v0.33.0 // indirect
89+
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
90+
golang.org/x/net v0.35.0 // indirect
91+
golang.org/x/sync v0.11.0 // indirect
92+
golang.org/x/sys v0.30.0 // indirect
93+
golang.org/x/text v0.22.0 // indirect
94+
golang.org/x/time v0.9.0 // indirect
95+
google.golang.org/protobuf v1.36.5 // indirect
8796
gopkg.in/ini.v1 v1.67.0 // indirect
8897
gopkg.in/yaml.v3 v3.0.1 // indirect
8998
rsc.io/tmplfunc v0.0.3 // indirect

0 commit comments

Comments
 (0)