Skip to content

Commit

Permalink
Merge pull request #501 from benluddy/upstream-release-go-114
Browse files Browse the repository at this point in the history
Build upstream releases with Go 1.14 instead of 1.15.
  • Loading branch information
openshift-merge-robot committed Oct 29, 2020
2 parents f83ace4 + f76fdae commit fc70c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15'
go-version: '^1.14'
- run: |
echo "asset_path=bin/opm" >> $GITHUB_ENV
echo "asset_name=$(go env GOOS)-$(go env GOARCH)-opm$(go env GOEXE)" >> $GITHUB_ENV
Expand Down

0 comments on commit fc70c12

Please sign in to comment.