We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f63ce5 commit e6c9f67Copy full SHA for e6c9f67
.github/workflows/build.yml
@@ -21,6 +21,8 @@ on:
21
env:
22
GO_TEST_ARGS: -coverprofile coverage.out -covermode atomic
23
TEST_GEM_DIR: ruby/testdata/example/
24
+
25
+ # c.f. https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md
26
GOLANGCI_LINT_VERSION: v1.60
27
28
jobs:
0 commit comments