Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Feb 26, 2023
1 parent 11005d2 commit fcff0fc
Show file tree
Hide file tree
Showing 8 changed files with 647 additions and 385 deletions.
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ _Before opening an issue, search for similar bug reports or feature requests on

**System info:**

* **Version used (`mdtoc -v`):**
* **OS (e.g. from `/etc/*-release`):**
* **Kernel (`uname -a`):**
* **Go version (`go version`):**
* **Verbose version info (`mdtoc -vv`):**
* **Install tools:**

**Steps to reproduce:**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
go: [ '1.19.x' ]
go: [ '1.19.x', '1.20.x' ]

steps:
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#### From source

To build the MDToc from scratch, make sure you have a working Go 1.16+ workspace ([instructions](https://golang.org/doc/install)), then:
To build the MDToc from scratch, make sure you have a working Go 1.18+ workspace ([instructions](https://golang.org/doc/install)), then:

```
go install github.com/essentialkaos/mdtoc
Expand Down
Loading

0 comments on commit fcff0fc

Please sign in to comment.