Skip to content

Commit

Permalink
Updated GOLang version
Browse files Browse the repository at this point in the history
Signed-off-by: aryansharma9917 <[email protected]>
  • Loading branch information
AryanSharma9917 committed Mar 8, 2024
1 parent 75e8e01 commit bd56add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a backend API service in Golang that handles authorization and authentic
Commands can be run over [killercoda](https://killercoda.com/playgrounds/scenario/kubernetes) interface
### Prerequisites

- Go 1.19 or later
- Go 1.21 or later
```
https://go.dev/doc/install
```
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 golang-auth

go 1.19
go 1.21

require (
github.com/golang-jwt/jwt v3.2.2+incompatible
Expand Down

0 comments on commit bd56add

Please sign in to comment.