Skip to content

Commit

Permalink
maint: bump the toolchain to fix vulnerabilities (#134)
Browse files Browse the repository at this point in the history
Set to toolchain to 1.21.5 to avoid some vulnerabilities in our code
path.
Downgrade the go mod version itself as in term of language, we are
compatible with it and there is no bug fixes requiring a newer version.
The desired toolchain can still be overriden if desired, but it helps
knowing our requirements for fixing those vulnerabilitie issues.
  • Loading branch information
didrocks authored Dec 7, 2023
2 parents c03337a + e8f78bf commit 876ef5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/ubuntu/authd

go 1.21.4
go 1.21.0

toolchain go1.21.5

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

0 comments on commit 876ef5a

Please sign in to comment.