We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959db8d commit 0a8d738Copy full SHA for 0a8d738
1 file changed
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- go-version: [1.23.8, 1.24.4]
+ go-version: [1.23.10, 1.24.4]
17
services:
18
postgres:
19
image: postgres:17.4
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
steps:
71
- uses: actions/checkout@v3
72
- name: Set up Go
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
95
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
122
0 commit comments