File tree 2 files changed +11
-80
lines changed
2 files changed +11
-80
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,25 +19,25 @@ jobs:
19
19
go get -u golang.org/x/lint/golint
20
20
find ./ -name "*.go" |xargs -IFILE gofmt -s -w FILE
21
21
22
- test :
23
- name : Test
24
- runs-on : ubuntu-latest
25
- steps :
26
- - uses : actions/checkout@v3
27
- - uses : actions/setup-go@v4
28
- with :
29
- go-version : 1.18
30
- - run : go test ./...
22
+ # test:
23
+ # name: Test
24
+ # runs-on: ubuntu-latest
25
+ # steps:
26
+ # - uses: actions/checkout@v3
27
+ # - uses: actions/setup-go@v4
28
+ # with:
29
+ # go-version: 1.18
30
+ # - run: go test ./...
31
31
32
32
build :
33
33
name : Build
34
34
runs-on : ubuntu-latest
35
- needs : [lint, test ]
35
+ needs : [lint]
36
36
steps :
37
37
- name : Set up Go
38
38
uses : actions/setup-go@v4
39
39
with :
40
- go-version : 1.18
40
+ go-version : 1.21
41
41
42
42
- name : Check out code
43
43
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments