diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35668bf..174430c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.13 + go-version: 1.14 - name: Check uses: ./ @@ -70,7 +70,7 @@ jobs: name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.13 + go-version: 1.14 - name: Import GPG key uses: crazy-max/ghaction-import-gpg@v1 diff --git a/README.md b/README.md index ef3ff62..28d8bfb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ jobs: name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.13 + go-version: 1.14 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v1 diff --git a/go.mod b/go.mod index 80a3116..ae06cb6 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/goreleaser/goreleaser-action -go 1.12 +go 1.14