From 4c560c97dba828a3c77195a64e0fbe7310c0a52e Mon Sep 17 00:00:00 2001 From: taichi-kotake Date: Fri, 27 Mar 2020 14:09:35 +0900 Subject: [PATCH] go version up --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0554bdc..92e8cab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,11 +14,11 @@ jobs: - name: Setup Go uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.14 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v1 with: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c199480..cf87ec2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go 1.14 uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.14 id: go - name: Check out code into the Go module directory diff --git a/go.mod b/go.mod index d48fd77..972e647 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/aktsk/apk-medit -go 1.13 +go 1.14 require ( github.com/c-bata/go-prompt v0.2.3