Skip to content

Commit 8ed43ed

Browse files
committed
build: Upgrade direct, indirect and CI / CD dependencies
1 parent 053e720 commit 8ed43ed

File tree

9 files changed

+1387
-1673
lines changed

9 files changed

+1387
-1673
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
args: build --clean --snapshot --single-target
2828

2929
- name: Store artifact
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: cheqd-noded
3333
path: dist/did-resolver_linux_amd64_v1/did-resolver
@@ -74,7 +74,7 @@ jobs:
7474
cache-to: type=gha,scope=docker-build-amd64,mode=max
7575

7676
- name: Upload staging image as an artifact
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: did-resolver-staging
8080
path: did-resolver-staging.tar

.github/workflows/codeql.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ jobs:
2626
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
29-
29+
3030
- uses: actions/setup-go@v6
3131
with:
3232
go-version-file: ./go.mod
33-
cache: true
34-
33+
cache: true
34+
3535
- name: Setup CodeQL
36-
uses: github/codeql-action/init@v3
36+
uses: github/codeql-action/init@v4
3737
with:
3838
languages: 'go'
3939
queries: security-and-quality
40-
40+
4141
- name: Build
4242
run: make build
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v3
45+
uses: github/codeql-action/analyze@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
# Node.js setup is needed to run Semantic Release
29-
- uses: actions/setup-node@v4
29+
- uses: actions/setup-node@v6
3030
with:
3131
node-version: 22
3232
cache: 'npm'

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: doctl registry login --expiry-seconds 600
2727

2828
- name: Download Docker image
29-
uses: actions/download-artifact@v5
29+
uses: actions/download-artifact@v6
3030
with:
3131
name: did-resolver-staging
3232

@@ -52,7 +52,7 @@ jobs:
5252
password: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: Download Docker image
55-
uses: actions/download-artifact@v5
55+
uses: actions/download-artifact@v6
5656
with:
5757
name: did-resolver-staging
5858

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v5
3838

3939
- name: Download Docker image
40-
uses: actions/download-artifact@v5
40+
uses: actions/download-artifact@v6
4141
with:
4242
name: did-resolver-staging
4343

@@ -67,7 +67,7 @@ jobs:
6767
run: docker compose -f tests/docker-compose-testing.yml logs --tail --follow
6868

6969
- name: Upload integration tests result
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: report-integration.xml
7373
path: tests/integration/rest/report-integration.xml

go.mod

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
module github.com/cheqd/did-resolver
22

3-
go 1.23.8
4-
5-
toolchain go1.24.0
3+
go 1.24.0
64

75
require (
8-
github.com/cheqd/cheqd-node/api/v2 v2.4.0
6+
github.com/cheqd/cheqd-node/api/v2 v2.4.1
97
github.com/go-resty/resty/v2 v2.16.5
108
github.com/google/uuid v1.6.0
119
github.com/labstack/echo/v4 v4.13.4
1210
github.com/lestrrat-go/jwx v1.2.31
1311
github.com/mr-tron/base58 v1.2.0
1412
github.com/multiformats/go-multibase v0.2.0
15-
github.com/onsi/ginkgo/v2 v2.25.3
13+
github.com/onsi/ginkgo/v2 v2.27.2
1614
github.com/onsi/gomega v1.38.2
1715
github.com/rs/zerolog v1.34.0
1816
github.com/spf13/viper v1.20.1
1917
github.com/swaggo/echo-swagger v1.4.1
2018
github.com/swaggo/swag v1.16.4
2119
github.com/timewasted/go-accept-headers v0.0.0-20130320203746-c78f304b1b09
22-
google.golang.org/grpc v1.74.1
23-
google.golang.org/protobuf v1.36.7
20+
google.golang.org/grpc v1.77.0
21+
google.golang.org/protobuf v1.36.10
2422
)
2523

2624
require (
@@ -38,7 +36,7 @@ require (
3836
github.com/go-openapi/spec v0.20.8 // indirect
3937
github.com/go-openapi/swag v0.22.3 // indirect
4038
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
41-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
39+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
4240
github.com/goccy/go-json v0.10.3 // indirect
4341
github.com/google/go-cmp v0.7.0 // indirect
4442
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
@@ -56,7 +54,6 @@ require (
5654
github.com/multiformats/go-base36 v0.1.0 // indirect
5755
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
5856
github.com/pkg/errors v0.9.1 // indirect
59-
github.com/rogpeppe/go-internal v1.12.0 // indirect
6057
github.com/sagikazarmark/locafero v0.7.0 // indirect
6158
github.com/sourcegraph/conc v0.3.0 // indirect
6259
github.com/spf13/afero v1.12.0 // indirect
@@ -66,18 +63,19 @@ require (
6663
github.com/swaggo/files/v2 v2.0.0 // indirect
6764
github.com/valyala/bytebufferpool v1.0.0 // indirect
6865
github.com/valyala/fasttemplate v1.2.2 // indirect
69-
go.uber.org/automaxprocs v1.6.0 // indirect
7066
go.uber.org/multierr v1.10.0 // indirect
7167
go.yaml.in/yaml/v3 v3.0.4 // indirect
72-
golang.org/x/crypto v0.41.0 // indirect
68+
golang.org/x/crypto v0.43.0 // indirect
7369
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
74-
golang.org/x/net v0.43.0 // indirect
75-
golang.org/x/sys v0.35.0 // indirect
76-
golang.org/x/text v0.28.0 // indirect
70+
golang.org/x/mod v0.28.0 // indirect
71+
golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 // indirect
72+
golang.org/x/sync v0.17.0 // indirect
73+
golang.org/x/sys v0.37.0 // indirect
74+
golang.org/x/text v0.30.0 // indirect
7775
golang.org/x/time v0.11.0 // indirect
78-
golang.org/x/tools v0.36.0 // indirect
79-
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
80-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
76+
golang.org/x/tools v0.37.0 // indirect
77+
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 // indirect
78+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
8179
gopkg.in/yaml.v2 v2.4.0 // indirect
8280
gopkg.in/yaml.v3 v3.0.1 // indirect
8381
)

0 commit comments

Comments
 (0)