File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
18
- - name : Set up Go 1.13
18
+ - name : Set up Go 1.14
19
19
uses : actions/setup-go@v2
20
20
with :
21
- go-version : 1.13
21
+ go-version : 1.14
22
22
id : go
23
23
24
24
- name : Check out code into the Go module directory
60
60
- name : Create release
61
61
if : contains(github.ref, 'tags')
62
62
id : create_release
63
- uses : actions/create-release@v1.0.0
63
+ uses : actions/create-release@v1
64
64
env :
65
65
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
66
66
with :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export GOPATH="$(go env GOPATH)"
22
22
if ! [[ -x " $GOPATH /bin/golangci-lint" ]]
23
23
then
24
24
echo ' Installing golangci-lint'
25
- " ${HACK} " /install_golangci-lint.sh -b " $GOPATH /bin" v1.22.2
25
+ " ${HACK} " /install_golangci-lint.sh -b " $GOPATH /bin" v1.30.0
26
26
fi
27
27
28
28
" $GOPATH /bin/golangci-lint" run \
You can’t perform that action at this time.
0 commit comments