Prepare v2.0.0 (#40)

This commit is contained in:
Sergey Vilgelm
2020-07-15 12:18:02 -05:00
committed by GitHub
parent ba40dc6b1d
commit c238b72278
6 changed files with 29 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "golanci-lint-action",
"version": "1.1.2",
"version": "2.0.0",
"private": true,
"description": "golangci-lint github action",
"main": "dist/main.js",
@@ -22,14 +22,14 @@
"type": "git",
"url": "git+https://github.com/golangci/golangci-lint-action.git"
},
"author": "GitHub",
"author": "golangci",
"license": "MIT",
"dependencies": {
"@actions/cache": "^0.2.1",
"@actions/core": "^1.2.0",
"@actions/exec": "^1.0.1",
"@actions/github": "^2.1.1",
"@actions/tool-cache": "^1.5.5",
"@actions/cache": "^0.2.1",
"@types/semver": "^7.3.1",
"@types/tmp": "^0.2.0",
"setup-go": "git+https://github.com/actions/setup-go.git#v2.1.0",