[
https://issues.apache.org/jira/browse/BEAM-13119?focusedWorklogId=675281&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-675281
]
ASF GitHub Bot logged work on BEAM-13119:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Nov/21 00:36
Start Date: 04/Nov/21 00:36
Worklog Time Spent: 10m
Work Description: lostluck merged pull request #15881:
URL: https://github.com/apache/beam/pull/15881
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 675281)
Time Spent: 1h 50m (was: 1h 40m)
> Add subdirectory prefixed tags to release process to support Go SDK
> versioning.
> -------------------------------------------------------------------------------
>
> Key: BEAM-13119
> URL: https://issues.apache.org/jira/browse/BEAM-13119
> Project: Beam
> Issue Type: Bug
> Components: sdk-go
> Reporter: Robert Burke
> Assignee: Robert Burke
> Priority: P2
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> BEAM-5379 updated the SDK to use modules for Dependency management for 2.33.0
> but it isn't behaving as expected. The release versions are being ignored.
> Turns out we misunderstood one facet of having the go.mod file not at the
> root directory: to version that package, version tags must be prefixed with
> the directory path to the go.mod file.
> See https://golang.org/ref/mod#vcs-version for the description.
> We've validated that adding such a prefixed tag to a release branch resolves
> the issue.
> https://pkg.go.dev/github.com/apache/beam/sdks/[email protected]/go/pkg/beam?tab=versions
> This JIRA is to track adding the version tags to the release processes so we
> can continue paired releases for all SDKs, and back updating 2.33.0 with a
> tag so we can keep it as the first "non-experimental" release.
> Further discussion:
> https://lists.apache.org/thread.html/r987ea3540a0457ede258a96a0748b9af39c1de0acd83e822de8d0abb%40%3Cdev.beam.apache.org%3E
--
This message was sent by Atlassian Jira
(v8.3.4#803005)