Skip to content

Commit ae365bc

Browse files
committed
Use Go 1.26.6 in test and release CI
1 parent 73604fe commit ae365bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
go-version: [1.26.5]
13+
go-version: [1.26.6]
1414
steps:
1515
- name: Install Go
1616
uses: actions/setup-go@v7

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
3333
strategy:
3434
matrix:
35-
go-version: [1.26.5]
35+
go-version: [1.26.6]
3636
steps:
3737
- name: Checkout code
3838
uses: actions/checkout@v7

0 commit comments

Comments
 (0)