Skip to content

Commit c648a8a

Browse files
committed
fix action lint
1 parent ef4ddad commit c648a8a

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
11
name: Test
2-
on:
3-
push:
4-
branches:
5-
- master
6-
- main
7-
pull_request:
8-
types:
9-
- opened
10-
- synchronize
11-
- reopened
2+
on: [push]
123

134
jobs:
145
test:
156
strategy:
167
matrix:
178
go:
189
- "1.19"
19-
- "1.20
10+
- "1.20"
2011
- "1.21"
2112
name: Build
2213
runs-on: ubuntu-latest
2314
steps:
2415
- name: Set up Go
25-
uses: actions/setup-go@v3
16+
uses: actions/setup-go@v4
2617
with:
2718
go-version: ${{ matrix.go }}
2819
id: go

0 commit comments

Comments
 (0)