We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493d193 commit d92e111Copy full SHA for d92e111
2 files changed
.github/workflows/run_tests.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- go-version: ["1.20", "1.21", "1.22"]
+ go-version: ["1.22", "1.23", "1.24"]
12
13
steps:
14
- uses: actions/checkout@v4
go.mod
@@ -1,6 +1,6 @@
1
module github.com/candango/httpok
2
3
-go 1.20
+go 1.22
4
5
require (
6
github.com/go-kit/log v0.2.0
0 commit comments