Skip to content

Commit e708a3c

Browse files
authored
chore: update ci.yml
1 parent 1366266 commit e708a3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ name: CI
55

66
on:
77
push:
8-
branches: [ "main" , "develop"]
8+
branches: ["main"]
99
paths-ignore:
1010
- "README.md"
1111
- "CHANGELOG.md"
1212
pull_request:
13-
branches: [ "main" , "develop" ]
13+
branches: ["main"]
1414

1515
jobs:
1616

@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v3
2424
with:
25-
go-version: 1.22
25+
go-version: 1.23
2626

2727
- name: pkg build
2828
working-directory: ./internal/pkg

0 commit comments

Comments
 (0)