diff options
| author | siddharth ravikumar <s@ricketyspace.net> | 2026-04-01 22:38:04 -0400 |
|---|---|---|
| committer | siddharth ravikumar <s@ricketyspace.net> | 2026-04-01 22:38:04 -0400 |
| commit | 43243dd23ac712327282f1e025afcc6a48a96e33 (patch) | |
| tree | a8372acf8c1cd1c44d55c5913468cb5b302c238a | |
| parent | 7f150f5c44455381b9e9b7274c785da6ec59f09d (diff) | |
.github/workflows/release.yml: bump go version
| -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 3073b41..9102a22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-go@v5 with: - go-version: '1.23' + go-version: '1.26' check-latest: true - run: curl -s -O https://ricketyspace.net/go/build.sh - run: sh build.sh fern |
