From dc45a10623dcc24afa23bf8d2e6cc2d9d75b0b48 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Thu, 16 Sep 2021 00:00:18 +0800 Subject: [PATCH 1/2] ci: workaround to make lint work --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 63d8ae9..c907f84 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,6 +32,7 @@ jobs: with: version: latest args: --timeout=30m + skip-pkg-cache: true # Wrokaround of the "tar" problem: https://github.com/golangci/golangci-lint-action/issues/244 test: name: Test From 7bfce6513ee233dc5560a75057aeea2cc8148731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=9C=C9=B4=E1=B4=8B=C9=B4=E1=B4=A1=E1=B4=8F=C9=B4?= Date: Thu, 16 Sep 2021 00:06:59 +0800 Subject: [PATCH 2/2] Fix lint --- ini.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/ini.go b/ini.go index 3ca84fd..ac2a93a 100644 --- a/ini.go +++ b/ini.go @@ -1,5 +1,3 @@ -// +build go1.6 - // Copyright 2014 Unknwon // // Licensed under the Apache License, Version 2.0 (the "License"): you may