Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
deps(go): bump Go to 1.21.4 to prevent sec vulnerabilities (#393)
Browse files Browse the repository at this point in the history
Checker failed on security vulnerabilities fixed in 1.21.1 to 1.21.4
  • Loading branch information
jibel authored Nov 9, 2023
2 parents 907903a + 90074f1 commit 546dee1
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 github.com/ubuntu/aad-auth

go 1.21.0
go 1.21.4

require (
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.0
Expand Down

0 comments on commit 546dee1

Please sign in to comment.