Bump go version to 1.15#250
Conversation
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
|
/release-note-none |
|
/lgtm Also this will probably need rebasing after #251 merges |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: humblec, msau42 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
"Build with Go 1.15" was already added as release note via #245 As far as I understand it, bumping the version in go.mod has no real impact. I tried with some other repo and it still built fine also with older Go, so Go isn't even enforcing the minimal version. At best it provides some hints. There's an open bug about this vagueness: golang/go#30791 |
|
Having said that, Go 1.15 is what we use for testing and building, so specifying that in the go.mod file seems reasonable to me. lgtm |
|
/hold cancel |
adb3af9d Merge pull request kubernetes-csi#252 from bells17/update-go-version b82ee388 Merge pull request kubernetes-csi#253 from bells17/fix-typo c3174562 Fix typo 0a785056 Bump to Go 1.22.3 edd89ad5 Merge pull request kubernetes-csi#251 from jsafrane/add-logcheck 043fd099 Add test-logcheck target d7535ae0 Merge pull request kubernetes-csi#250 from jsafrane/go-1.22 b52e7ad3 Update go to 1.22.2 14fdb6f6 Merge pull request kubernetes-csi#247 from msau42/prow 9b4352e9 Update release playbook c7bb972c Fix release notes script to use fixed tags 463a0e9f Add script to update specific go modules git-subtree-dir: release-tools git-subtree-split: adb3af9dfa3ed4d1a922cd839bb48e0b73918617
Signed-off-by: Humble Chirammal hchiramm@redhat.com
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: