Skip to content

Commit f903508

Browse files
chore: updates golangci-lint-action (#720)
1 parent f85a5e6 commit f903508

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code-health-foascli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
go-version-file: 'tools/cli/go.mod'
6868
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
6969
- name: golangci-lint
70-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
70+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
7171
with:
72-
version: v2.0.1
72+
version: v2.1.0
7373
working-directory: tools/cli
7474
- name: Checkout GitHub actions
7575
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

tools/cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
22

3-
GOLANGCI_VERSION=v2.0.1
3+
GOLANGCI_VERSION=v2.1.0
44
SOURCE_FILES?=./cmd
55
BINARY_NAME=foascli
66
VERSION=v0.0.1

0 commit comments

Comments
 (0)