chore: update all CI builds to use latest stable Go release. Also update some of the actions to their latest releases.

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2025-10-14 20:30:22 +02:00
committed by Ron Evans
parent 562b4c5020
commit faf455283d
7 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: '1.25.1'
go-version: '1.25.3'
cache: true
- name: Restore LLVM source cache
uses: actions/cache/restore@v4
@@ -134,7 +134,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: '1.25.1'
go-version: '1.25.3'
cache: true
- name: Build TinyGo (LLVM ${{ matrix.version }})
run: go install -tags=llvm${{ matrix.version }}