Skip to content

Commit fd697c7

Browse files
authored
ci: workaround to make lint work (#303)
1 parent bba62c3 commit fd697c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/go.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
version: latest
3434
args: --timeout=30m
35+
skip-pkg-cache: true # Wrokaround of the "tar" problem: https://github.com/golangci/golangci-lint-action/issues/244
3536

3637
test:
3738
name: Test

ini.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// +build go1.6
2-
31
// Copyright 2014 Unknwon
42
//
53
// Licensed under the Apache License, Version 2.0 (the "License"): you may

0 commit comments

Comments
 (0)