Skip to content

Commit

Permalink
maint: pin go toolchain to 1.22.1 (#940)
Browse files Browse the repository at this point in the history
To fix the security vulnerabilities reported by govulncheck,
specifically:
- GO-2024-2598
- GO-2024-2599
  • Loading branch information
GabrielNagy authored Mar 6, 2024
2 parents f2bf44e + fdbb71b commit 4a236fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/ubuntu/adsys

go 1.22.0

toolchain go1.22.1

require (
github.com/charmbracelet/bubbles v0.18.0
github.com/charmbracelet/bubbletea v0.25.0
Expand Down
2 changes: 2 additions & 0 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/ubuntu/adsys/tools

go 1.22.0

toolchain go1.22.1

require (
github.com/golangci/golangci-lint v1.56.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
Expand Down

0 comments on commit 4a236fc

Please sign in to comment.