Skip to content

Commit

Permalink
Bumped version for compilation under go 1.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
wakatara committed Mar 22, 2022
1 parent 431d15f commit a83a67b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
-
name: Snapcraft Login
if: success() && startsWith(github.ref, 'refs/tags/v')
Expand All @@ -39,4 +39,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_HARSH_HOMEBREW_PUBLISHER }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_HARSH_HOMEBREW_PUBLISHER }}
2 changes: 1 addition & 1 deletion harsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func main() {
Name: "Harsh",
Usage: "habit tracking for geeks",
Description: "A simple, minimalist CLI for tracking and understanding habits.",
Version: "0.8.15",
Version: "0.8.16",
Commands: []*cli.Command{
{
Name: "ask",
Expand Down

0 comments on commit a83a67b

Please sign in to comment.