Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(go.mod/go.sum): update minor dependencies (golang) #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/sap/go-generics v0.1.10 -> v0.2.28 age adoption passing confidence require minor
go (source) 1.23.4 -> 1.24.1 age adoption passing confidence golang minor

Release Notes

sap/go-generics (github.com/sap/go-generics)

v0.2.28

Compare Source

v0.2.27

Compare Source

v0.2.26

Compare Source

v0.2.25

Compare Source

v0.2.24

Compare Source

v0.2.23

Compare Source

v0.2.22

Compare Source

v0.2.21

Compare Source

v0.2.20

Compare Source

Add slice function

func Count[T any](s []T, f func(T) bool) int

and map function

func Count[K comparable, V any](m map[K]V, f func(K, V) bool) int

v0.2.19

Compare Source

v0.2.18

Compare Source

v0.2.17

Compare Source

v0.2.16

Compare Source

v0.2.15

Compare Source

v0.2.14

Compare Source

v0.2.13

Compare Source

v0.2.12

Compare Source

v0.2.11

Compare Source

v0.2.10

Compare Source

v0.2.9

Compare Source

v0.2.8

Compare Source

v0.2.7

Compare Source

v0.2.6

Compare Source

v0.2.5

Compare Source

v0.2.4

Compare Source

Add. maps functions

func Select[K comparable, V any](m map[K]V, f func(K, V) bool) map[K]V 

and

func SelectByKeys[K comparable, V any](m map[K]V, keys ...K) map[K]V 

v0.2.3

Compare Source

Add slice function

func Select[T any]([]T, func(T) bool) []T

v0.2.2

Compare Source

v0.2.1

Compare Source

v0.2.0

Compare Source

golang/go (go)

v1.24.1

v1.24.0

v1.23.7

v1.23.6

v1.23.5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 13, 2023
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 12, 2024
@renovate renovate bot changed the title fix(go.mod/go.sum): update minor dependencies (golang) to v0.29.0 fix(go.mod/go.sum): update minor dependencies (golang) Jan 12, 2024
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 010dfce to e8ed691 Compare January 16, 2024 13:01
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 16, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 18, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 19, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 23, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 1, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 6, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 9, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 15, 2024
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 2 times, most recently from de64ea2 to 8b0a8c1 Compare December 12, 2024 00:56
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 3 times, most recently from b843770 to 97fec6b Compare December 24, 2024 12:55
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 2 times, most recently from 5fcb6cb to 2ac2028 Compare December 30, 2024 19:10
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 2ac2028 to f1dd91c Compare January 6, 2025 11:50
@renovate renovate bot changed the title fix(go.mod/go.sum): update minor dependencies (golang) fix(go.mod/go.sum): update module github.com/sap/go-generics to v0.2.23 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 3 times, most recently from 55b44dc to cf5ed31 Compare January 13, 2025 09:50
@renovate renovate bot changed the title fix(go.mod/go.sum): update module github.com/sap/go-generics to v0.2.23 fix(go.mod/go.sum): update module github.com/sap/go-generics to v0.2.24 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from cf5ed31 to 1c6d33e Compare January 16, 2025 16:42
@renovate renovate bot changed the title fix(go.mod/go.sum): update module github.com/sap/go-generics to v0.2.24 fix(go.mod/go.sum): update minor dependencies (golang) Jan 16, 2025
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 3 times, most recently from 9a142b8 to 6c6f997 Compare January 23, 2025 17:26
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 2 times, most recently from 41d11fe to cf58209 Compare February 1, 2025 16:24
@renovate renovate bot changed the title fix(go.mod/go.sum): update minor dependencies (golang) fix(go.mod/go.sum): update module github.com/sap/go-generics to v0.2.26 Feb 1, 2025
@renovate renovate bot changed the title fix(go.mod/go.sum): update module github.com/sap/go-generics to v0.2.26 fix(go.mod/go.sum): update module github.com/sap/go-generics to v0.2.27 Feb 10, 2025
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 2 times, most recently from 7d77122 to b03ecee Compare February 11, 2025 19:10
@renovate renovate bot changed the title fix(go.mod/go.sum): update module github.com/sap/go-generics to v0.2.27 fix(go.mod/go.sum): update minor dependencies (golang) Feb 11, 2025
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 2 times, most recently from 963e0b7 to 4a02f6b Compare February 17, 2025 11:27
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 4a02f6b to 40d39ca Compare March 4, 2025 22:27
Copy link
Contributor Author

renovate bot commented Mar 4, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading go1.24.1 (linux/amd64)
go: download go1.24.1: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants