Skip to content

Commit

Permalink
update dnsmessage to @bbfafa0
Browse files Browse the repository at this point in the history
build with go1.23
  • Loading branch information
dmachard committed Sep 14, 2024
1 parent effe95e commit 363ca09
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go-version: ['1.19', '1.20', '1.21']
go-version: ['1.21', '1.22', '1.23']

steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img src="https://img.shields.io/badge/go%20version-min%201.21-green" alt="Go version"/>

# go-powerdns-protobuf

PowerDNS encoder and decoder protobuf implementation in Golang
Expand Down Expand Up @@ -79,18 +81,10 @@ Add the proto schema as git submodule
git submodule add https://github.com/PowerDNS/dnsmessage
```

Export GOBIN

```bash
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
```

Update golang version

```bash
go mod edit -go=1.21
go mod edit -go=1.23
go mod tidy
```

Expand Down
2 changes: 1 addition & 1 deletion dnsmessage
Submodule dnsmessage updated 1 files
+5 −1 dnsmessage.proto
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.21
go 1.23

require google.golang.org/protobuf v1.34.2

0 comments on commit 363ca09

Please sign in to comment.