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