File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments