Skip to content

Commit 7696b7c

Browse files
committed
bump go and python version
1 parent 0fafdf9 commit 7696b7c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414

1515
test-postgresql-windows:
16-
if: true # false to skip job during debug
16+
if: false # false to skip job during debug
1717
name: Test on Windows
1818
runs-on: windows-latest
1919
steps:
@@ -48,7 +48,7 @@ jobs:
4848

4949

5050
test-postgresql-macos:
51-
if: true # false to skip job during debug
51+
if: false # false to skip job during debug
5252
name: Test on MacOS
5353
runs-on: macos-latest
5454
steps:
@@ -95,8 +95,6 @@ jobs:
9595
- name: Test
9696
run: go test -v -p 1 -parallel 1 -failfast ./...
9797

98-
99-
10098
test-postgresql-ubuntu:
10199
if: true # false to skip job during debug
102100
name: Test and Build on Ubuntu
@@ -151,7 +149,7 @@ jobs:
151149

152150
build-docs:
153151
if: true # false to skip job during debug
154-
needs: [test-postgresql-ubuntu]
152+
# needs: [test-postgresql-ubuntu, test-postgresql-windows, test-postgresql-macos]
155153
name: Build Docs
156154
runs-on: ubuntu-latest
157155
steps:
@@ -167,7 +165,7 @@ jobs:
167165
- name: Set up Golang
168166
uses: actions/setup-go@v6
169167
with:
170-
go-version: '1.24'
168+
go-version: '1.25'
171169

172170
- name: Set up gopages
173171
run: go install github.com/johnstarich/go/[email protected]
@@ -178,7 +176,7 @@ jobs:
178176
- name: Set up Python
179177
uses: actions/setup-python@v6
180178
with:
181-
python-version: 3.12
179+
python-version: 3.13
182180
cache: 'pip'
183181

184182
- name: Install dependencies

0 commit comments

Comments
 (0)