Skip to content

Commit 51a3c12

Browse files
Update dependency go to v1.26.2 (#267)
1 parent 84f96ea commit 51a3c12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
- uses: actions/setup-go@v6
3030
with:
31-
go-version: 1.26.1
31+
go-version: 1.26.2
3232
- run: make artifacts PUSH=true

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: actions/setup-go@v6
1818
with:
19-
go-version: 1.26.1
19+
go-version: 1.26.2
2020
- run: make verify-extended

0 commit comments

Comments
 (0)