Skip to content

Commit 116329b

Browse files
committed
chore: bump go to 1.26
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
1 parent 0eb303e commit 116329b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-go@v6
4848
with:
4949
check-latest: true
50-
go-version: '1.25'
50+
go-version: '1.26'
5151

5252
- name: Set up Nodejs
5353
uses: actions/setup-node@v6
@@ -106,7 +106,7 @@ jobs:
106106
uses: actions/setup-go@v6
107107
with:
108108
check-latest: true
109-
go-version: '1.25'
109+
go-version: '1.26'
110110

111111
- uses: getgauge/setup-gauge@master
112112
with:

0 commit comments

Comments
 (0)