Skip to content

Commit 0cf4d01

Browse files
committed
Simplify github workflow
1 parent d5518a9 commit 0cf4d01

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
@@ -2,9 +2,9 @@ name: CI
22

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

99
jobs:
1010
lint:
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
go-version: [ '1.20', '1.21', '1.22', '1.25' ]
49+
go-version: [ '1.25' ]
5050
os: [ ubuntu-latest, macos-latest ]
5151
steps:
5252
- name: Checkout code

0 commit comments

Comments
 (0)