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