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

Update go.mod deps and Go version. #94

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Conversation

bstoll
Copy link
Contributor

@bstoll bstoll commented Dec 12, 2024

go.mod references 1.15 but the any keyword is used:

var file_v1_proto_gribi_aft_enums_enums_proto_goTypes = []any{

This causes issues when trying to import gribi in other packages.

$ go run .
# github.com/openconfig/gribi/v1/proto/gribi_aft/enums
../go/pkg/mod/github.com/openconfig/gribi@v1.8.0/v1/proto/gribi_aft/enums/enums.pb.go:368:59: predeclared any requires go1.18 or later (-lang was set to go1.15; check go.mod)

@marcushines marcushines merged commit 76b6d09 into openconfig:master Dec 19, 2024
2 checks passed
@bstoll bstoll deleted the go-deps branch December 19, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants