Skip to content

Commit

Permalink
Merge pull request #1 from MichaelBerryman/feature/go-bump
Browse files Browse the repository at this point in the history
Bump go to remediate cves

" go1.22.8 (released 2024-10-01) includes fixes to cgo, and the maps and syscall packages. See the Go 1.22.8 milestone on our issue tracker for details.

go1.22.9 (released 2024-11-06) includes fixes to the linker. See the Go 1.22.9 milestone on our issue tracker for details.

go1.22.10 (released 2024-12-03) includes fixes to the runtime and the syscall package. See the Go 1.22.10 milestone on our issue tracker for details.

go1.22.11 (released 2025-01-16) includes security fixes to the crypto/x509 and net/http packages, as well as bug fixes to the runtime. See the Go 1.22.11 milestone on our issue tracker for details. "

Source:
https://go.dev/doc/devel/release#go1.22.0
  • Loading branch information
MichaelBerryman authored Feb 2, 2025
2 parents 73efbaf + 91a6820 commit 43bd80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module package-manager

go 1.22.7
go 1.22.11

require (
github.com/google/go-github/v39 v39.2.0
Expand Down

0 comments on commit 43bd80c

Please sign in to comment.