Skip to content

Commit

Permalink
update to go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Mar 29, 2023
1 parent 52d8082 commit ee5ac1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ Add the proto schema as git submodule

git submodule add https://github.com/PowerDNS/dnsmessage

Update golang version

go mod edit -go=1.20
go mod tidy

Download the latest release of protoc and protoc-gen-go

export PROTOC_VER=22.2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/dmachard/go-powerdns-protobuf

go 1.19
go 1.20

require google.golang.org/protobuf v1.30.0

0 comments on commit ee5ac1b

Please sign in to comment.