Skip to content

Commit

Permalink
Merge pull request #76 from hmrc/BDOG-2699
Browse files Browse the repository at this point in the history
BDOG-2699 update go from 1.16 -> 1.20
  • Loading branch information
jordanrowe authored Jul 13, 2023
2 parents 8dbbb91 + 3ea8765 commit cee0a65
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 @@ -324,7 +324,7 @@ Service-manager-config is expected to have the following structure:
## Building/Developing Service-Manager-2
SM2 has no external dependencies other than go 1.16+. You can build it locally via:
SM2 has no external dependencies other than go 1.20+. You can build it locally via:
```bash
go build
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module sm2

go 1.16
go 1.20

0 comments on commit cee0a65

Please sign in to comment.