Skip to content

Commit 02abcc9

Browse files
fix github actions: correct branch names and go version
1 parent 6af7bd4 commit 02abcc9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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: [ master, main ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master, main ]
88

99
jobs:
1010
test:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: set up go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: '1.26.5'
26+
go-version: '1.23'
2727

2828
- name: cache go modules
2929
uses: actions/cache@v4

0 commit comments

Comments
 (0)