Bump Go from 1.26.1 to 1.26.2

Address security vulnerabilities fixed in Go 1.26.2.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-04-08 09:31:54 +02:00
parent b5b5200c23
commit 96cfbe19d8
3 changed files with 3 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.1"
go-version: "1.26.2"
cache: true
- if: inputs.go == 'true'
shell: bash