Skip to content

Commit

Permalink
Go 1.18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanericky committed Mar 29, 2022
1 parent b76a4b3 commit b749d31
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bin/
coverage.*
dist/
coverage.*

0 comments on commit b749d31

Please sign in to comment.