Skip to content

Commit

Permalink
Update to Go v1.22.1 (#85)
Browse files Browse the repository at this point in the history
* Update to Go v1.22.1

* Updated CHANGELOG.md
  • Loading branch information
applejag authored Mar 11, 2024
1 parent 32fb8b2 commit 1e913ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ This project tries to follow [SemVer 2.0.0](https://semver.org/).
for denial of service in net/http, and [GO-2023-2185](https://pkg.go.dev/vuln/GO-2023-2185)
for insecure parsing of Windows paths with a `\??\` prefix. (#72)

- Changed to Go 1.22.1 to stay up to date, but also to resolve
vulnerabilities [GO-2024-2600](https://pkg.go.dev/vuln/GO-2024-2600),
[GO-2024-2599](https://pkg.go.dev/vuln/GO-2024-2599),
and [GO-2024-2598](https://pkg.go.dev/vuln/GO-2024-2598). (#85)

## v0.5.1 (2023-11-11)

- Fixes `--watch-kubeconfig` to reading a kubeconfig that has not yet been
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/applejag/kubectl-klock

go 1.21.5
go 1.22.1

require (
github.com/charmbracelet/bubbles v0.18.0
Expand Down

0 comments on commit 1e913ff

Please sign in to comment.