notaryproject / notation

A CLI tool to sign and verify artifacts
https://notaryproject.dev/
Apache License 2.0
347 stars 84 forks source link

Go v1.23 #1018

Closed JeyJeyGao closed 1 month ago

JeyJeyGao commented 2 months ago

What is not working as expected?

Since Golang has released v1.23, we should follow the latest version for CLI and update the notation-go and notation-core-go to v1.22

What did you expect to happen?

Latest Golang version should be used.

How can we reproduce it?

No

Describe your environment

No

What is the version of your Notation CLI or Notation Library?

V1.2.0-rc.1

JeyJeyGao commented 2 months ago

Notation-core-go updated to Go v1.22 in https://github.com/notaryproject/notation-core-go/pull/224 Notation-go updated to Go v1.22 in https://github.com/notaryproject/notation-go/pull/440 Notation updated to Go v1.23 in https://github.com/notaryproject/notation/pull/1019

JeyJeyGao commented 1 month ago

We can close this issue now.