Skip to content

Commit

Permalink
ci: workaround to make lint work (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Sep 15, 2021
1 parent bba62c3 commit fd697c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions ini.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build go1.6

// Copyright 2014 Unknwon
//
// Licensed under the Apache License, Version 2.0 (the "License"): you may
Expand Down

0 comments on commit fd697c7

Please sign in to comment.