From 2564ba980554ad5a2161011305e0a1faa548dc9e Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Sun, 2 Mar 2025 02:00:07 +0900 Subject: [PATCH 1/2] CI: update Go Signed-off-by: Akihiro Suda --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From a327cd29496ae35871bbb7af9a82ce77eb2a55c3 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Sun, 2 Mar 2025 01:58:57 +0900 Subject: [PATCH 2/2] go.mod: preparation for renaming kunalkushwaha/ltag to containerd/ltag Relates to issue 17 Signed-off-by: Akihiro Suda --- README.md | 4 ++++ go.mod | 1 + 2 files changed, 5 insertions(+) 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