Skip to content

Commit

Permalink
update go version & go releaser builder
Browse files Browse the repository at this point in the history
  • Loading branch information
adzimzf committed Feb 27, 2022
1 parent d3e3847 commit b8bcb3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/relese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- v*
env:
GO_VERSION: 1.13
GO_VERSION: 1.16

jobs:
release:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: v1.5.0
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
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/adzimzf/tpot

go 1.13
go 1.16

require (
github.com/jroimartin/gocui v0.4.0
Expand Down

0 comments on commit b8bcb3a

Please sign in to comment.