From c618fbf56882b894acabb0854ca9823d8f809b5a Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Mon, 22 Feb 2021 13:36:58 +0100 Subject: [PATCH] go: update references to use go 1.15 Signed-off-by: Carlos Panato --- .github/workflows/release.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56c23b6f8..2f05228a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: name: Set up Go uses: actions/setup-go@v1 with: - go-version: 1.14 + go-version: 1.15 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 diff --git a/go.mod b/go.mod index 0309c2a8a..ad3a00c1c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/google/go-containerregistry -go 1.14 +go 1.15 require ( cloud.google.com/go v0.57.0 // indirect