Skip to content

Commit 41025cf

Browse files
chore(deps): update dependency go to 1.26 (#141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3899115 commit 41025cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: "1.25"
19+
go-version: "1.26"
2020

2121
- name: Build
2222
run: go build -v ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v4
2222
with:
23-
go-version: 1.25
23+
go-version: 1.26
2424
- name: Set up QEMU
2525
id: qemu
2626
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)