update to go 1.24.2, 1.23.8
- go1.23.8 (released 2025-04-01) includes security fixes to the net/http package, as well as bug fixes to the runtime and the go command. Ref: https://github.com/golang/go/issues?q=milestone%3AGo1.23.8+label%3ACherryPickApproved - go1.24.2 (released 2025-04-01) includes security fixes to the net/http package, as well as bug fixes to the compiler, the runtime, the go command, and the crypto/tls, go/types, net/http, and testing packages. Ref: https://github.com/golang/go/issues?q=milestone%3AGo1.24.2+label%3ACherryPickApproved Signed-off-by: Akhil Mohan <akhilerm@gmail.com> (cherry picked from commit 5629e9fff7de69a36f5f563d41966aa562866258) Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
committed by
Derek McGowan
parent
ab513cdec2
commit
4838f33f7e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -189,7 +189,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-13, windows-2019, windows-2022]
|
||||
go-version: ["1.24.1", "1.23.7"]
|
||||
go-version: ["1.24.2", "1.23.8"]
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
- uses: ./.github/actions/install-go
|
||||
|
||||
Reference in New Issue
Block a user