diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-09 14:38:05 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-09 15:00:32 +0300 |
| commit | fa10ae14f730657b4b3d336a63aa9d2e6957e5c3 (patch) | |
| tree | f46edca5e65e885809a574d5385f2e130711b360 /.github/workflows | |
| parent | ed53df5ef30cc2e235382d815f77e8b1b05f07e8 (diff) | |
v1.7.6
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2028d767..69134b5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4.1.0 with: - go-version: 'stable' + go-version: '1.20' - name: Install dependencies for arm64 if: matrix.platform == 'arm64' |
