File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v2
2727 with : { fetch-depth: 1 }
28- - uses : actions/setup-go@v2-beta
28+ - uses : actions/setup-go@v2.1.3
2929 with : { go-version: '1.x' }
3030 - name : Install dependencies
3131 run : go get -u golang.org/x/lint/golint
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v2
1919 with : { fetch-depth: 1 }
20- - uses : actions/setup-go@v2-beta
20+ - uses : actions/setup-go@v2.1.3
2121 with : { go-version: '1.x' }
2222 - run : go version
2323 - name : Increase system limits
4949 steps :
5050 - uses : actions/checkout@v2
5151 with : { fetch-depth: 1 }
52- - uses : actions/setup-go@v2-beta
52+ - uses : actions/setup-go@v2.1.3
5353 with : { go-version: '1.x' }
5454 - run : go version
5555 - name : Increase system limits
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@v2
2828 with : { fetch-depth: 1 }
29- - uses : actions/setup-go@v2-beta
29+ - uses : actions/setup-go@v2.1.3
3030 with : { go-version: '1.x' }
3131 - run : go version
3232 - name : Increase system limits
5252 steps :
5353 - uses : actions/checkout@v2
5454 with : { fetch-depth: 1 }
55- - uses : actions/setup-go@v2-beta
55+ - uses : actions/setup-go@v2.1.3
5656 with : { go-version: '1.x' }
5757 - run : go version
5858 - name : Increase system limits
Original file line number Diff line number Diff line change 2929
3030 cd src
3131 bash make.bash
32-
33- echo "::set-env name=GOROOT::$GOROOT"
34- echo "::add-path::$GOROOT/bin"
32+ echo "GOROOT=$GOROOT" >> $GITHUB_ENV
33+ echo "$GOROOT/bin" >> $GITHUB_PATH
3534 - uses : actions/checkout@v2
3635 with : { fetch-depth: 1 }
3736 - run : go version
Original file line number Diff line number Diff line change 3030 steps :
3131 - uses : actions/checkout@v2
3232 with : { fetch-depth: 1 }
33- - uses : actions/setup-go@v2-beta
33+ - uses : actions/setup-go@v2.1.3
3434 with : { go-version: "${{ matrix.go }}" }
3535 - run : go version
3636 - run : make test-unit race=true
4646 steps :
4747 - uses : actions/checkout@v2
4848 with : { fetch-depth: 1 }
49- - uses : actions/setup-go@v2-beta
49+ - uses : actions/setup-go@v2.1.3
5050 with : { go-version: '1.x' }
5151 - run : go version
5252 - run : make test-bench
You can’t perform that action at this time.
0 commit comments