diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-08 15:33:04 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-08 15:33:04 +0300 |
| commit | 3edf79e589ae765562f7360b589029ec8f198bc8 (patch) | |
| tree | 9265127482e74644aa805a9eb9895347bfd0f8ef /.github/workflows | |
| parent | 5420e643cf71eb1cb1e14ad224ac88f10e47d58c (diff) | |
actions/setup-go@v6
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 53e13c0b..96ef2d7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.mod check-latest: true |
