diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-20 00:44:53 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-20 00:44:53 +0300 |
| commit | 328eeb8233d1751eb1a81fb08bd507e7e92d4843 (patch) | |
| tree | d657ce0c816b52716755b6df0a8e858c8f76269d /.github/workflows | |
| parent | 02239c8f2d727d4149e45c4b31b92ea1ea3bb424 (diff) | |
Update workflows to use Go 1.22
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 62bc6e7c..1b50f188 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5.0.0 with: - go-version: '1.21' + go-version: '1.22' - name: Install dependencies run: | |
