Skip to content

Commit

Permalink
address Go CVE by bumping to 1.22.3
Browse files Browse the repository at this point in the history
Addresses a CVE in Go net's package by updating
to the recently released 1.22.3 version
  • Loading branch information
vroldanbet committed May 8, 2024
1 parent 3cafb25 commit 48e1933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-go/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Setup a Go environment and add it to the PATH (with caching!)"
inputs:
go-version:
description: "The Go version to download (if necessary) and use. Supports semver spec and ranges."
default: "1.22.2"
default: "1.22.3"
go-version-file:
description: "Path to the go.mod or go.work file."
cache-dependency-path:
Expand Down

0 comments on commit 48e1933

Please sign in to comment.