File tree 1 file changed +17
-17
lines changed 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 5
5
lint-test :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - name : Checkout code
9
- uses : actions/checkout@v4
8
+ - name : Checkout code
9
+ uses : actions/checkout@v4
10
10
11
- - name : Install Go
12
- uses : actions/setup-go@v4
13
- with :
14
- go-version-file : go.mod
11
+ - name : Install Go
12
+ uses : actions/setup-go@v4
13
+ with :
14
+ go-version-file : go.mod
15
15
16
- - name : golangci-lint
17
- uses : golangci/golangci-lint-action@v3
18
- with :
19
- args : --config .golangci.yml --timeout 2m
20
- version : v1.56.2
16
+ - name : golangci-lint
17
+ uses : golangci/golangci-lint-action@v5
18
+ with :
19
+ args : --config .golangci.yml --timeout 2m
20
+ version : v1.56.2
21
21
22
- - name : Test
23
- run : go test ./...
22
+ - name : Test
23
+ run : go test ./...
24
24
25
25
build :
26
26
runs-on : ubuntu-latest
@@ -44,10 +44,10 @@ jobs:
44
44
id : dockerbuild-conditionorc
45
45
uses : docker/build-push-action@v5
46
46
with :
47
- context : .
48
- push : false
49
- tags : ghcr.io/metal-toolbox/conditionorc:latest
50
- file : Dockerfile
47
+ context : .
48
+ push : false
49
+ tags : ghcr.io/metal-toolbox/conditionorc:latest
50
+ file : Dockerfile
51
51
52
52
- name : Scan image
53
53
id : scan-image
You can’t perform that action at this time.
0 commit comments