Skip to content

Commit 331bc8b

Browse files
build(deps): bump golang.org/x/crypto from 0.17.0 to 0.35.0 (#969)
* build(deps): bump golang.org/x/crypto from 0.17.0 to 0.35.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.35.0. - [Commits](golang/crypto@v0.17.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Update go.mod * ci: bump go version Signed-off-by: scnace <scbizu@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: scnace <scbizu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nace Sc <scbizu@gmail.com>
1 parent 50864e2 commit 331bc8b

4 files changed

Lines changed: 17 additions & 1351 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: setup go environment
1515
uses: actions/setup-go@v1
1616
with:
17-
go-version: '1.17.6'
17+
go-version: '1.24.0'
1818
- name: run tests
1919
run: make test
2020
- name: upload coverage report

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: setup go environment
1515
uses: actions/setup-go@v1
1616
with:
17-
go-version: '1.17.6'
17+
go-version: '1.24.0'
1818
- name: run tests
1919
run: make test
2020
- name: upload coverage report

go.mod

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/chartmuseum/storage
22

3-
go 1.17
3+
go 1.23.0
4+
5+
toolchain go1.24.5
46

57
require (
68
cloud.google.com/go/storage v1.28.1
@@ -56,11 +58,11 @@ require (
5658
go.uber.org/atomic v1.9.0 // indirect
5759
go.uber.org/multierr v1.8.0 // indirect
5860
go.uber.org/zap v1.21.0 // indirect
59-
golang.org/x/crypto v0.17.0 // indirect
60-
golang.org/x/net v0.17.0 // indirect
61+
golang.org/x/crypto v0.35.0 // indirect
62+
golang.org/x/net v0.21.0 // indirect
6163
golang.org/x/oauth2 v0.7.0 // indirect
62-
golang.org/x/sys v0.15.0 // indirect
63-
golang.org/x/text v0.14.0 // indirect
64+
golang.org/x/sys v0.30.0 // indirect
65+
golang.org/x/text v0.22.0 // indirect
6466
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
6567
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
6668
google.golang.org/appengine v1.6.7 // indirect

0 commit comments

Comments
 (0)