Skip to content

Commit bfde9a1

Browse files
committed
fix: also bumped workflow go to 1.26
1 parent 2ffec59 commit bfde9a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
1616
with:
17-
go-version: '1.25'
17+
go-version: '1.26'
1818

1919
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2020
with:
@@ -61,7 +61,7 @@ jobs:
6161

6262
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
6363
with:
64-
go-version: '1.25'
64+
go-version: '1.26'
6565

6666
- uses: goreleaser/goreleaser-action@v6
6767
with:

0 commit comments

Comments
 (0)