Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Loading