Skip to content

Commit f7f5729

Browse files
author
nvima
committed
Removed specific Go version requirement in release workflow
I made changes to the release.yaml file to remove the specific requirement for Go version. Previously, the workflow downloaded Go version 1.13.1 for Linux AMD64, but this is no longer necessary. The updated workflow now uses the latest available version of Go during the build process. This change will make the workflow more flexible and easier to modify in the future.
1 parent 5217903 commit f7f5729

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ jobs:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
goos: ${{ matrix.goos }}
3030
goarch: ${{ matrix.goarch }}
31-
goversion: "https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz"

0 commit comments

Comments
 (0)