Skip to content

Commit 4b72a4b

Browse files
DoctorVinofaurax
authored andcommitted
update CI config
1 parent 76141d6 commit 4b72a4b

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

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

Lines changed: 5 additions & 7 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
@@ -42,7 +40,7 @@ jobs:
4240

4341
- name: Build flipflop Docker image - no push
4442
id: dockerbuild-flipflop
45-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4644
with:
4745
context: .
4846
push: false

0 commit comments

Comments
 (0)