File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,20 @@ jobs:
15
15
name : lint
16
16
runs-on : ubuntu-latest
17
17
steps :
18
+ <<<<<<< HEAD
18
19
- uses : actions/checkout@v2
20
+ =======
21
+ - name : Echo details
22
+ env :
23
+ GOOS : ${{ matrix.GOOS }}
24
+ run : echo Go GOOS=$GOOS
19
25
20
- # Uses Go version from the repository.
21
- - name : Read .go-version file
22
- id : goversion
23
- run : echo "::set-output name=version::$(cat .go-version)"
26
+ - uses : actions/checkout@v3
27
+ >>>>>>> cf5c762 (actions: use go-version-file: .go-version (#2142))
24
28
25
- - uses : actions/setup-go@v2
29
+ - uses : actions/setup-go@v3
26
30
with :
27
- go-version : " ${{ steps.goversion.outputs. version }} "
31
+ go-version-file : .go- version
28
32
29
33
- name : golangci-lint
30
34
uses : golangci/golangci-lint-action@v2
You can’t perform that action at this time.
0 commit comments