Skip to content

Commit bfe56a7

Browse files
Merge pull request #508 from benluddy/fix-go-114
Fix Go version used by release job to 1.14.z.
2 parents e12d039 + 70ae9cf commit bfe56a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v2
4343
- uses: actions/setup-go@v2
4444
with:
45-
go-version: '^1.14'
45+
go-version: '~1.14'
4646
- run: |
4747
echo "asset_path=bin/opm" >> $GITHUB_ENV
4848
echo "asset_name=$(go env GOOS)-$(go env GOARCH)-opm$(go env GOEXE)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)