Skip to content

Commit

Permalink
Bump Go to 1.23.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Sep 26, 2024
1 parent 05be0bd commit 519248f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ api-docs: gen-crd-api-reference-docs
# Run go mod tidy
tidy:
cd api; rm -f go.sum; go mod tidy -compat=1.22
rm -f go.sum; go mod tidy -compat=1.22
rm -f go.sum; go mod tidy -compat=1.23

# Run go fmt against code
fmt:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/fluxcd/notification-controller

go 1.23

toolchain go1.23.1
go 1.23.0

replace github.com/fluxcd/notification-controller/api => ./api

Expand Down

0 comments on commit 519248f

Please sign in to comment.