Skip to content

Commit e3de180

Browse files
revert golangci-lint files
1 parent caa7786 commit e3de180

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.changelog/pr-157.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
```release-note:enhancement
2-
code refactor for storage logic and duplication
1+
```release-note:bug
2+
fix issue where stale tokens were not removed from keychain
33
```

.github/workflows/code-analysis-lint-test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,16 @@ jobs:
7575
with:
7676
go-version-file: "go.mod"
7777
cache: true
78+
- id: golangci-lint-version
79+
run: >-
80+
echo "version=$(go tool golangci-lint version --format short)" >> $GITHUB_OUTPUT
7881
- name: golangci-lint
7982
uses: golangci/golangci-lint-action@v8
8083
with:
8184
# Require: The version of golangci-lint to use.
8285
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
8386
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
84-
version: latest
87+
version: "${{ steps.golangci-lint-version.outputs.version }}"
8588

8689
# Optional: working directory, useful for monorepos
8790
# working-directory: somedir

0 commit comments

Comments
 (0)