Commit 1701112 1 parent 1eb1c48 commit 1701112 Copy full SHA for 1701112
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 @@ -26,22 +26,22 @@ jobs:
26
26
timeout-minutes : 10
27
27
env :
28
28
CGO_ENABLED : 0
29
- services :
30
- steps :
31
- - name : Checkout
32
- uses : actions/checkout@v4
33
- - name : Set up Go
34
- uses : actions/setup-go@v5
35
- with :
36
- go-version : ' 1.23'
37
- cache : true
38
- - name : install go dependencies
39
- run : go mod download all
40
- - name : go generate
41
- run : go generate ./...
42
- - name : Test
43
- run : go test ./...
44
29
45
- # If a build fails due to a missing go.sum entry: Run `go mod tidy`, then `go mod download all` and commit the changes.
46
- # build-go
30
+ steps :
31
+ - name : Checkout
32
+ uses : actions/checkout@v4
33
+ - name : Set up Go
34
+ uses : actions/setup-go@v5
35
+ with :
36
+ go-version : ' 1.23'
37
+ cache : true
38
+ - name : install go dependencies
39
+ run : go mod download all
40
+ - name : go generate
41
+ run : go generate ./...
42
+ - name : Test
43
+ run : go test ./...
44
+
45
+ # If a build fails due to a missing go.sum entry: Run `go mod tidy`, then `go mod download all` and commit the changes.
46
+ # build-go
47
47
You can’t perform that action at this time.
0 commit comments