Skip to content

Commit ccd48c2

Browse files
authored
Build and test with Go 1.26 (#158)
1 parent 64303e1 commit ccd48c2

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@v6
1818
with:
19-
go-version: "1.25"
19+
go-version: "1.26"
2020

2121
- name: Checkout
2222
uses: actions/checkout@v6

.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 Go
1515
uses: actions/setup-go@v6
1616
with:
17-
go-version: "1.25"
17+
go-version: "1.26"
1818

1919
- name: Checkout
2020
uses: actions/checkout@v6

0 commit comments

Comments
 (0)