We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd7255 commit 2f27009Copy full SHA for 2f27009
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go 1.x
18
uses: actions/setup-go@v5
19
with:
20
- go-version: ^1.21
+ go-version: ^1.23
21
id: go
22
23
- name: Set up linter
go.mod
@@ -1,6 +1,6 @@
1
module github.com/go-waitfor/waitfor-postgres
2
3
-go 1.21
+go 1.23
4
5
require (
6
github.com/go-waitfor/waitfor v1.0.0
0 commit comments