Skip to content

Commit

Permalink
go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed May 29, 2023
1 parent 0304b21 commit 2009690
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.20"
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
8 changes: 6 additions & 2 deletions ReadMe.Md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ while active.
[![Github Activity](https://img.shields.io/github/commit-activity/m/simonmittag/mse6)](https://img.shields.io/github/commit-activity/m/simonmittag/l0la)
[![Go Version](https://img.shields.io/github/go-mod/go-version/simonmittag/l0la)](https://img.shields.io/github/go-mod/go-version/simonmittag/l0la)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Version](https://img.shields.io/badge/version-0.1.2-orange)](https://github.com/simonmittag/l0la/releases/tag/v0.1.1)
[![Version](https://img.shields.io/badge/version-0.1.3-orange)](https://github.com/simonmittag/l0la/releases/tag/v0.1.3)

## What's New
### v0.1.3
* bumped to go 1.20

## Up and running

Expand All @@ -22,7 +26,7 @@ brew tap simonmittag/cli &&
## Usage
```
λ l0la -h
<l0la> v0.1.2
<l0la> v0.1.3
Usage: l0la [-v] [-h] [PID]
-h print help
-v print version
Expand Down
Binary file added art/l0la.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions cmd/l0la/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ const (
Version
)

var pattern = "/mse6/"

func main() {
mode := Watch
vM := flag.Bool("v", false, "print version")
Expand Down

0 comments on commit 2009690

Please sign in to comment.