Skip to content

Commit

Permalink
Build with go 1.21.1 to avoid security vulnerability
Browse files Browse the repository at this point in the history
Ensure we are using the safe Go version as we are using parsing (even if
we only do this in documentation generation).
  • Loading branch information
didrocks committed Sep 25, 2023
1 parent 6f70411 commit 7c702df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Ubuntu Developers <[email protected]>
Build-Depends: debhelper-compat (= 13),
dh-apport,
dh-golang,
golang-go (>= 2:1.20~),
golang-go (>= 2:1.21.1~),
libsmbclient-dev,
libdbus-1-dev,
libglib2.0-dev,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ubuntu/adsys

go 1.20
go 1.21.1

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

0 comments on commit 7c702df

Please sign in to comment.