Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1027 from fmotrifork/golangci-lint-v1.32.0
Browse files Browse the repository at this point in the history
golangci-lint 1.32.0
  • Loading branch information
Matthew Fisher authored Oct 26, 2020
2 parents 9ad624f + 7f34d17 commit e7f8600
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/golangci-lint.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "golangci-lint"
local version = "1.31.0"
local version = "1.32.0"
local release = "v" .. version

food = {
Expand All @@ -12,7 +12,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/golangci/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-" .. version .. "-darwin-amd64.tar.gz",
sha256 = "f3afeb6ad6964615e2b238f56cc2e5b32464f2f302a4f3ccf5874a04170c287a",
sha256 = "294bca5902a5c992345dc773549cabcf25029383aa3bafd06cf65d0164b22faf",
resources = {
{
path = name .. "-" .. version .. "-darwin-amd64/" .. name,
Expand All @@ -25,7 +25,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/golangci/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-" .. version .. "-linux-amd64.tar.gz",
sha256 = "9a5d47b51442d68b718af4c7350f4406cdc087e2236a5b9ae52f37aebede6cb3",
sha256 = "774fc71efc2b41327aeca7bdff335c6387ff3750e0cfd5cc18a64709ba1e412a",
resources = {
{
path = name .. "-" .. version .. "-linux-amd64/" .. name,
Expand All @@ -38,7 +38,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/golangci/" .. name .. "/releases/download/" .. release .. "/" .. name .. "-" .. version .. "-windows-amd64.zip",
sha256 = "6ce6b1d3207a63256d82fbbac80bb9e85d7705ec1a408f005dfe324457c54966",
sha256 = "97a69c2a153cd4285b7000b327aa6e77b694534e7463cbd1b77481c22b6113cf",
resources = {
{
path = name .. "-" .. version .. "-windows-amd64\\" .. name .. ".exe",
Expand Down

0 comments on commit e7f8600

Please sign in to comment.