diff --git a/README.md b/README.md index 4849e21f..726764d1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Git Module [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/gogs/git-module/Go?logo=github&style=for-the-badge)](https://github.com/gogs/git-module/actions?query=workflow%3AGo) -[![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/gogs/git-module?tab=doc) +[![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/gogs/git-module/v2?tab=doc) Package git-module is a Go module for Git access through shell commands. diff --git a/go.mod b/go.mod index de2137ae..5f4c9066 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/gogs/git-module +module github.com/gogs/git-module/v2 go 1.24.0