Skip to content

Commit 9b09329

Browse files
Bump CI tools (#78)
1 parent 88a1a6b commit 9b09329

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717

18-
- name: Set up Go 1.13
18+
- name: Set up Go 1.14
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.13
21+
go-version: 1.14
2222
id: go
2323

2424
- name: Check out code into the Go module directory
@@ -60,7 +60,7 @@ jobs:
6060
- name: Create release
6161
if: contains(github.ref, 'tags')
6262
id: create_release
63-
uses: actions/create-release@v1.0.0
63+
uses: actions/create-release@v1
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666
with:

hack/run_lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export GOPATH="$(go env GOPATH)"
2222
if ! [[ -x "$GOPATH/bin/golangci-lint" ]]
2323
then
2424
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
2626
fi
2727

2828
"$GOPATH/bin/golangci-lint" run \

0 commit comments

Comments
 (0)