Skip to content

Commit d92e111

Browse files
committed
build: set minimal Go version to 1.22
Add 1.23 and 1.24 to CI test matrix. Fixes: #18
1 parent 493d193 commit d92e111

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
go-version: ["1.20", "1.21", "1.22"]
11+
go-version: ["1.22", "1.23", "1.24"]
1212

1313
steps:
1414
- uses: actions/checkout@v4

go.mod

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

3-
go 1.20
3+
go 1.22
44

55
require (
66
github.com/go-kit/log v0.2.0

0 commit comments

Comments
 (0)