Skip to content

Commit 36c1888

Browse files
committed
FOo
1 parent 52f471e commit 36c1888

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 | sed 's/v//')
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)