Skip to content

Commit 4950736

Browse files
fix(deps): bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.0 (#4915)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Erik Godding Boye <[email protected]>
1 parent e98b349 commit 4950736

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ proto: ## Generate protobuf files
143143
# Sometimes we get whitespace differences when running this on linux vs mac
144144
# So here's how you can do it under linux, on mac
145145
proto-linux:
146-
docker run --rm -v "$(CURRENT_DIR):/app" -w /app golang:1.23.2 make proto
146+
docker run --rm -v "$(CURRENT_DIR):/app" -w /app golang:1.24.2 make proto
147147

148148
##@ Docker
149149
_docker:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/weaveworks/weave-gitops
22

3-
go 1.23.4
3+
go 1.24.0
44

55
require (
66
github.com/Masterminds/semver/v3 v3.3.1
@@ -21,7 +21,7 @@ require (
2121
github.com/fluxcd/pkg/ssa v0.45.1
2222
github.com/fluxcd/source-controller/api v1.5.0
2323
github.com/go-git/go-git/v5 v5.14.0
24-
github.com/go-jose/go-jose/v4 v4.0.5
24+
github.com/go-jose/go-jose/v4 v4.1.0
2525
github.com/go-logr/logr v1.4.2
2626
github.com/go-logr/zapr v1.3.0
2727
github.com/go-resty/resty/v2 v2.16.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=
144144
github.com/go-ini/ini v1.67.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
145145
github.com/go-jose/go-jose/v3 v3.0.4 h1:Wp5HA7bLQcKnf6YYao/4kpRpVMp/yf6+pJKV8WFSaNY=
146146
github.com/go-jose/go-jose/v3 v3.0.4/go.mod h1:5b+7YgP7ZICgJDBdfjZaIt+H/9L9T/YQrVfLAMboGkQ=
147-
github.com/go-jose/go-jose/v4 v4.0.5 h1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=
148-
github.com/go-jose/go-jose/v4 v4.0.5/go.mod h1:s3P1lRrkT8igV8D9OjyL4WRyHvjB6a4JSllnOrmmBOA=
147+
github.com/go-jose/go-jose/v4 v4.1.0 h1:cYSYxd3pw5zd2FSXk2vGdn9igQU2PS8MuxrCOCl0FdY=
148+
github.com/go-jose/go-jose/v4 v4.1.0/go.mod h1:GG/vqmYm3Von2nYiB2vGTXzdoNKE5tix5tuc6iAd+sw=
149149
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
150150
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
151151
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=

0 commit comments

Comments
 (0)