Commit 27c7b93 1 parent 24f84f7 commit 27c7b93 Copy full SHA for 27c7b93
File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 6
6
lint :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- <<<<<<< HEAD
10
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
- - uses : actions/setup-go@v2
12
- =======
13
9
- uses : actions/checkout@v2
14
10
- uses : actions/setup-go@6c1fd22b67f7a7c42ad9a45c0f4197434035e429 # v5
15
- >>>>>>> main
16
11
with :
17
12
go-version : " 1.23"
18
13
- name : Run gofmt
38
33
fail-fast : true
39
34
runs-on : ${{ matrix.platform }}
40
35
steps :
41
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
+ - uses : actions/checkout@v2
42
37
- uses : actions/setup-go@6c1fd22b67f7a7c42ad9a45c0f4197434035e429 # v5
43
38
with :
44
39
go-version : " 1.23"
@@ -59,12 +54,12 @@ jobs:
59
54
fail-fast : true
60
55
runs-on : ${{ matrix.platform }}
61
56
steps :
62
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
+ - uses : actions/checkout@v2
63
58
- name : Install Go
64
59
uses : actions/setup-go@6c1fd22b67f7a7c42ad9a45c0f4197434035e429 # v5
65
60
with :
66
61
go-version : ${{ matrix.go-version }}
67
62
- name : Checkout code
68
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63
+ uses : actions/checkout@v2
69
64
- name : Build
70
65
run : go build ./...
You can’t perform that action at this time.
0 commit comments