File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Zos Update Worker
2
2
3
3
defaults :
4
4
run :
5
- working-directory : tools/zos-update-worker
5
+ working-directory : tools/zos-update-worker
6
6
7
- on :
7
+ on :
8
8
push :
9
9
paths :
10
10
- tools/zos-update-worker/**
@@ -21,20 +21,24 @@ jobs:
21
21
22
22
- name : Install GO
23
23
uses : actions/setup-go@v3
24
- with :
25
- go-version : 1.23
24
+ with :
25
+ go-version : 1.24
26
26
27
27
- name : golangci-lint
28
28
uses : golangci/golangci-lint-action@v3
29
29
with :
30
30
args : --timeout 3m --verbose
31
- working-directory : tools/zos-update-worker
31
+ working-directory : tools/zos-update-worker
32
+
33
+ - uses : WillAbides/setup-go-faster@v1.14.0
34
+ with :
35
+ go-version : 1.24
32
36
33
37
- name : staticcheck
34
- uses : dominikh/staticcheck-action@v1.3.0
38
+ uses : dominikh/staticcheck-action@v1.3.1
35
39
with :
36
- version : " 2022.1.3 "
37
- working-directory : tools/zos-update-worker
40
+ version : " latest "
41
+ working-directory : tools/zos-update-worker
38
42
env :
39
43
GO111MODULE : on
40
44
43
47
with :
44
48
gofmt-flags : " -l -d"
45
49
gofmt-path : " tools/zos-update-worker"
46
-
50
+
47
51
- name : Test
48
52
run : go test -v ./...
49
-
50
-
You can’t perform that action at this time.
0 commit comments