Upgrade go to 1.26.3

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-08 13:46:14 +04:00
parent 1452db2db2
commit ba918c01ab
6 changed files with 15 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ runs:
- if: inputs.go == 'true'
uses: "actions/setup-go@v6"
with:
go-version: "1.26.2"
go-version: "1.26.3"
cache: true
- if: inputs.go == 'true'
shell: bash