Skip to content

Commit

Permalink
Support Go 1.23, drop Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
joeig committed Aug 14, 2024
1 parent f6bcfc8 commit 27c2494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
matrix:
go-version:
- "1.21"
- "1.22"
- "1.23"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -35,8 +35,8 @@ jobs:
strategy:
matrix:
go-version:
- "1.21"
- "1.22"
- "1.23"
pdns-auth-image:
- powerdns/pdns-auth-47:latest
- powerdns/pdns-auth-48:latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ Be aware that there are breaking changes in "API v1" between PowerDNS 3.x, 4.0 a

In accordance with [Go's version support policy](https://golang.org/doc/devel/release.html#policy), this module is being tested with the following Go releases:

* 1.21
* 1.22
* 1.23

## Contribution

Expand Down

0 comments on commit 27c2494

Please sign in to comment.