Skip to content

Commit dcbf30a

Browse files
- Pinned go minor version to prevent errant win build with version 1.25.0.
1 parent 7089f1e commit dcbf30a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Go 1.x
9292
uses: actions/[email protected]
9393
with:
94-
go-version: ^1.21
94+
go-version: '~1.21'
9595
check-latest: true
9696
cache: true
9797
id: go
@@ -194,6 +194,8 @@ jobs:
194194
195195
python cicd/python/build.py --verbose --build
196196
197+
ls -al build\
198+
197199
build\stackql.exe --help
198200
199201
- name: Test
@@ -260,7 +262,7 @@ jobs:
260262
- name: Set up Go 1.x
261263
uses: actions/[email protected]
262264
with:
263-
go-version: ^1.21
265+
go-version: '~1.21'
264266
check-latest: true
265267
cache: true
266268
id: go
@@ -480,7 +482,7 @@ jobs:
480482
- name: Set up Go 1.x
481483
uses: actions/[email protected]
482484
with:
483-
go-version: ^1.21
485+
go-version: '~1.21'
484486
check-latest: true
485487
cache: true
486488
id: go
@@ -682,7 +684,7 @@ jobs:
682684
- name: Set up Go 1.x
683685
uses: actions/[email protected]
684686
with:
685-
go-version: ^1.21
687+
go-version: '~1.21'
686688
check-latest: true
687689
cache: true
688690
id: go
@@ -1090,7 +1092,7 @@ jobs:
10901092
- name: Set up Go 1.x
10911093
uses: actions/[email protected]
10921094
with:
1093-
go-version: ^1.21
1095+
go-version: '~1.21'
10941096
check-latest: true
10951097
cache: true
10961098
id: go
@@ -1236,7 +1238,7 @@ jobs:
12361238
- name: Set up Go 1.x
12371239
uses: actions/[email protected]
12381240
with:
1239-
go-version: ^1.21
1241+
go-version: '~1.21'
12401242
check-latest: true
12411243
cache: true
12421244
id: go

0 commit comments

Comments
 (0)