From b8bcb3a1b5cfe62ec070d2967a5edc06876cad7e Mon Sep 17 00:00:00 2001 From: azdim zul fahmi Date: Sun, 27 Feb 2022 12:32:01 +0700 Subject: [PATCH] update go version & go releaser builder --- .github/workflows/relese.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/relese.yml b/.github/workflows/relese.yml index 25349a0..0ccc812 100644 --- a/.github/workflows/relese.yml +++ b/.github/workflows/relese.yml @@ -4,7 +4,7 @@ on: tags: - v* env: - GO_VERSION: 1.13 + GO_VERSION: 1.16 jobs: release: @@ -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 }} diff --git a/go.mod b/go.mod index bb75146..5524bcc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/adzimzf/tpot -go 1.13 +go 1.16 require ( github.com/jroimartin/gocui v0.4.0