File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
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
9
10
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
10
11
- uses : actions/setup-go@v2
12
+ =======
13
+ - uses : actions/checkout@v2
14
+ - uses : actions/setup-go@6c1fd22b67f7a7c42ad9a45c0f4197434035e429 # v5
15
+ >>>>>>> main
11
16
with :
12
17
go-version : " 1.23"
13
18
- name : Run gofmt
34
39
runs-on : ${{ matrix.platform }}
35
40
steps :
36
41
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
- - uses : actions/setup-go@v2
42
+ - uses : actions/setup-go@6c1fd22b67f7a7c42ad9a45c0f4197434035e429 # v5
38
43
with :
39
44
go-version : " 1.23"
40
45
- name : Test
56
61
steps :
57
62
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58
63
- name : Install Go
59
- uses : actions/setup-go@v2
64
+ uses : actions/setup-go@6c1fd22b67f7a7c42ad9a45c0f4197434035e429 # v5
60
65
with :
61
66
go-version : ${{ matrix.go-version }}
62
67
- name : Checkout code
You can’t perform that action at this time.
0 commit comments