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 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