We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba62c3 commit fd697c7Copy full SHA for fd697c7
.github/workflows/go.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
version: latest
34
args: --timeout=30m
35
+ skip-pkg-cache: true # Wrokaround of the "tar" problem: https://github.com/golangci/golangci-lint-action/issues/244
36
37
test:
38
name: Test
ini.go
@@ -1,5 +1,3 @@
1
-// +build go1.6
2
-
3
// Copyright 2014 Unknwon
4
//
5
// Licensed under the Apache License, Version 2.0 (the "License"): you may
0 commit comments