Skip to content

Commit

Permalink
chore: we don't remove go.work during release now
Browse files Browse the repository at this point in the history
Let's update the message.
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
  • Loading branch information
spacewander committed Aug 9, 2024
1 parent 473e4b6 commit bfb60db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// We use go.work and commit it to the repository so that we don't need to update the sub go modules'
// version during the development. Remember to remove this file and update the sub go modules' version
// when we draw a release.
// We use go.work so that we don't need to update the sub go modules'
// version during the development. We commit it to the repository to
// reduce the bar of entry for the developers (now they don't need to
// setup go.work by themselves).
go 1.21.5

use (
Expand Down

0 comments on commit bfb60db

Please sign in to comment.