Skip to content

Commit 2556d65

Browse files
committed
ci: trigger on dev branch and bump Go to 1.26
1 parent 44e04cb commit 2556d65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, dev]
66
pull_request:
7-
branches: [main]
7+
branches: [main, dev]
88

99
jobs:
1010
test:
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.25'
18+
go-version: '1.26'
1919
cache: true
2020

2121
- name: Build

0 commit comments

Comments
 (0)