Skip to content

Commit

Permalink
Bumped go version to 1.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
wakatara committed Aug 7, 2022
1 parent 0f8242e commit 92f6f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.18
go-version: 1.19
-
name: Snapcraft Login
if: success() && startsWith(github.ref, 'refs/tags/v')
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/wakatara/harsh

go 1.18
go 1.19

require (
github.com/gookit/color v1.5.0
Expand Down

0 comments on commit 92f6f1a

Please sign in to comment.