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:
2
.github/actions/setup/action.yaml
vendored
2
.github/actions/setup/action.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user