We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7832a commit 56d108aCopy full SHA for 56d108a
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- go: [ '1.18', '1.17', '1.16' ]
+ go: [ '1.24', '1.23', '1.22' ]
16
17
steps:
18
- uses: actions/checkout@v3
@@ -29,4 +29,4 @@ jobs:
29
run: go test ./...
30
31
- name: Compile
32
- run: go build
+ run: go build
go.mod
@@ -1,6 +1,6 @@
1
module github.com/mittwald/go-powerdns
2
3
-go 1.18
+go 1.22
4
5
require (
6
github.com/stretchr/testify v1.3.0
0 commit comments