Skip to content

Commit

Permalink
use go version 1.20 so we don't need to upgrade zdns's required version
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens authored and developStorm committed Dec 18, 2024
1 parent aa592d6 commit 63aee68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.20"

- name: Install dependencies
run: go mod tidy
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 github.com/zmap/go-dns-root-anchors

go 1.21.1
go 1.20

require github.com/miekg/dns v1.1.62

Expand Down

0 comments on commit 63aee68

Please sign in to comment.