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
|
||||
|
||||
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
||||
module go.probo.inc/probo
|
||||
|
||||
go 1.26.1
|
||||
go 1.26.2
|
||||
|
||||
require (
|
||||
codeberg.org/miekg/dns v0.6.65
|
||||
|
||||
@@ -23,7 +23,7 @@ interactions:
|
||||
User-Agent:
|
||||
- google-api-go-client/0.5
|
||||
X-Goog-Api-Client:
|
||||
- gl-go/1.26.1 gdcl/0.269.0
|
||||
- gl-go/1.26.2 gdcl/0.269.0
|
||||
url: https://admin.googleapis.com/admin/directory/v1/users?alt=json&customer=my_customer&maxResults=500&prettyPrint=false&projection=full
|
||||
method: GET
|
||||
response:
|
||||
|
||||
Reference in New Issue
Block a user