diff options
| author | Dax Raad <[email protected]> | 2025-06-12 11:58:41 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-12 11:58:41 -0400 |
| commit | 120151ee3876b7e78e710ac3da82bbf3c02ff013 (patch) | |
| tree | 90fd10db776a26258e63351448f0d4281215b77c /.github | |
| parent | 4d2e5567137ea0bab319fd152d8d89634b3eb80b (diff) | |
| download | opencode-120151ee3876b7e78e710ac3da82bbf3c02ff013.tar.gz opencode-120151ee3876b7e78e710ac3da82bbf3c02ff013.zip | |
sync
Diffstat (limited to '.github')
| -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 247019b9f..debfcd3fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: ">=1.23.2" + go-version: ">=1.24.0" cache: true cache-dependency-path: go.sum |
