Skip to content

Commit 526df7a

Browse files
- Pinned golang version ~1.22 for build.
1 parent dcbf30a commit 526df7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 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.22'
9595
check-latest: true
9696
cache: true
9797
id: go
@@ -262,7 +262,7 @@ jobs:
262262
- name: Set up Go 1.x
263263
uses: actions/[email protected]
264264
with:
265-
go-version: '~1.21'
265+
go-version: '~1.22'
266266
check-latest: true
267267
cache: true
268268
id: go
@@ -482,7 +482,7 @@ jobs:
482482
- name: Set up Go 1.x
483483
uses: actions/[email protected]
484484
with:
485-
go-version: '~1.21'
485+
go-version: '~1.22'
486486
check-latest: true
487487
cache: true
488488
id: go
@@ -684,7 +684,7 @@ jobs:
684684
- name: Set up Go 1.x
685685
uses: actions/[email protected]
686686
with:
687-
go-version: '~1.21'
687+
go-version: '~1.22'
688688
check-latest: true
689689
cache: true
690690
id: go
@@ -1092,7 +1092,7 @@ jobs:
10921092
- name: Set up Go 1.x
10931093
uses: actions/[email protected]
10941094
with:
1095-
go-version: '~1.21'
1095+
go-version: '~1.22'
10961096
check-latest: true
10971097
cache: true
10981098
id: go
@@ -1238,7 +1238,7 @@ jobs:
12381238
- name: Set up Go 1.x
12391239
uses: actions/[email protected]
12401240
with:
1241-
go-version: '~1.21'
1241+
go-version: '~1.22'
12421242
check-latest: true
12431243
cache: true
12441244
id: go

0 commit comments

Comments
 (0)