Skip to content

Commit 8e91c51

Browse files
committed
fix typo
1 parent 36c1888 commit 8e91c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Get latest golangci-lint version
2323
id: get_version
2424
run: |
25-
export LATEST_VERSION=$(curl -s https://api.github.com/repos/golangci/golangci-lint/releases/latest | jq -r .tag_name')
25+
export LATEST_VERSION=$(curl -s https://api.github.com/repos/golangci/golangci-lint/releases/latest | jq -r .tag_name)
2626
echo "LATEST_VERSION=${LATEST_VERSION}" >> $GITHUB_ENV
2727
echo "LATEST_VERSION=${LATEST_VERSION}" >> $GITHUB_OUTPUT
2828
- name: Check current version in Makefile

0 commit comments

Comments
 (0)