Skip to content

Commit 2b2b996

Browse files
committed
add golang 1.26 to ci
1 parent 9af9e65 commit 2b2b996

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
go-version: [ '1.22', '1.23', '1.24' , '1.25' ]
17+
go-version: [ '1.22', '1.23', '1.24' , '1.25', '1.26' ]
1818

1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
go-version: [ '1.22', '1.23', '1.24', '1.25' ]
17+
go-version: [ '1.22', '1.23', '1.24', '1.25', '1.26' ]
1818

1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)