Skip to content

Commit 56d108a

Browse files
chore: bump Go to recent versions (#26)
This PR bumps both the Go version in go.mod and the versions that are tested against to the three most recent versions.
1 parent fe7832a commit 56d108a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: [ '1.18', '1.17', '1.16' ]
15+
go: [ '1.24', '1.23', '1.22' ]
1616

1717
steps:
1818
- uses: actions/checkout@v3
@@ -29,4 +29,4 @@ jobs:
2929
run: go test ./...
3030

3131
- name: Compile
32-
run: go build
32+
run: go build

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mittwald/go-powerdns
22

3-
go 1.18
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.3.0

0 commit comments

Comments
 (0)