Skip to content

Commit

Permalink
[v14] fix: Tidy examples/api-sync-roles/go.mod
Browse files Browse the repository at this point in the history
The min Go version for the module, as required by its dependencies
is Go 1.21.
  • Loading branch information
rosstimothy committed Feb 20, 2024
1 parent 94a0d12 commit 3c50f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/api-sync-roles/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sync-roles

go 1.19
go 1.21

require (
github.com/gravitational/teleport/api v0.0.0-20231017180506-30211ac889e5
Expand Down

0 comments on commit 3c50f9e

Please sign in to comment.