Skip to content

Commit 96e0bd2

Browse files
DoctorVinofaurax
authored andcommitted
update CI config
1 parent dbfc2b2 commit 96e0bd2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/push-pr-lint.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ jobs:
77
steps:
88
- name: Checkout code
99
uses: actions/checkout@v4
10-
1110
- name: Install Go
1211
uses: actions/setup-go@v5
1312
with:
1413
go-version-file: go.mod
15-
1614
- name: golangci-lint
1715
uses: golangci/golangci-lint-action@v6
1816
with:
@@ -26,13 +24,13 @@ jobs:
2624
runs-on: ubuntu-latest
2725
needs: [lint-test]
2826
steps:
27+
- name: Checkout code
28+
uses: actions/checkout@v4
29+
2930
- name: Install Go
3031
uses: actions/setup-go@v5
3132
with:
32-
go-version: "1.22"
33-
34-
- name: Checkout code
35-
uses: actions/checkout@v4
33+
go-version-file: go.mod
3634

3735
- name: build binary
3836
run: make build-linux

0 commit comments

Comments
 (0)