diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c00fa5b..89e1833 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.18 + - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.18 + go-version: 1.24 id: go - name: Check out code into the Go module directory diff --git a/README.md b/README.md index 5071920..a03175c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Prepends project files with given template. go install github.com/kunalkushwaha/ltag@latest ``` +> [!NOTE] +> +> The module name is planned to be renamed to `github.com/containerd/ltag`. + #### Usage ``` console diff --git a/go.mod b/go.mod index a65ace4..9742ba6 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,4 @@ +// Deprecated: the module is planned to be renamed to github.com/containerd/ltag module github.com/kunalkushwaha/ltag go 1.17