Skip to content

Commit 4be53cf

Browse files
committed
bump GHA go versions to 1.26
1 parent 9be2973 commit 4be53cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Golang
1919
uses: actions/setup-go@v6
2020
with:
21-
go-version: '1.23'
21+
go-version: '1.26'
2222

2323
- name: Install etcd
2424
if: runner.os == 'Linux'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Golang
1515
uses: actions/setup-go@v6
1616
with:
17-
go-version: '1.23'
17+
go-version: '1.26'
1818

1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)