We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f471e commit 36c1888Copy full SHA for 36c1888
.github/workflows/update-golangci-lint.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Get latest golangci-lint version
23
id: get_version
24
run: |
25
- export LATEST_VERSION=$(curl -s https://api.github.com/repos/golangci/golangci-lint/releases/latest | jq -r .tag_name | sed 's/v//')
+ export LATEST_VERSION=$(curl -s https://api.github.com/repos/golangci/golangci-lint/releases/latest | jq -r .tag_name')
26
echo "LATEST_VERSION=${LATEST_VERSION}" >> $GITHUB_ENV
27
echo "LATEST_VERSION=${LATEST_VERSION}" >> $GITHUB_OUTPUT
28
- name: Check current version in Makefile
0 commit comments