File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,10 @@ jobs:
24
24
id : vars
25
25
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
26
26
- name : Set up Go
27
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
27
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
28
28
with :
29
29
go-version : ${{ steps.vars.outputs.go_version }}
30
- - name : golangci-lint
31
- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
32
- with :
33
- version : v2.0.2
34
- working-directory : ${{matrix.working-directory}}
30
+ - name : Lint Codebase
31
+ run : make lint
35
32
- name : Lint API
36
33
run : make lint-api
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ GINKGO := $(abspath $(TOOLS_BIN_DIR)/$(GINKGO_BIN)-$(GINKGO_VER))
160
160
GINKGO_PKG := github.com/onsi/ginkgo/v2/ginkgo
161
161
162
162
GOLANGCI_LINT_BIN := golangci-lint
163
- GOLANGCI_LINT_VER := $( shell cat .github/workflows/pr-golangci-lint.yaml | grep [[:space:]]version: | sed 's/. * version: //')
163
+ GOLANGCI_LINT_VER := v2.0.2
164
164
GOLANGCI_LINT := $(abspath $(TOOLS_BIN_DIR ) /$(GOLANGCI_LINT_BIN ) -$(GOLANGCI_LINT_VER ) )
165
165
GOLANGCI_LINT_PKG := github.com/golangci/golangci-lint/v2/cmd/golangci-lint
166
166
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ if [ -z "${2}" ]; then
27
27
exit 1
28
28
fi
29
29
30
+ echo " ${3} "
30
31
if [ -z " ${3} " ]; then
31
32
echo " must provide version as third parameter"
32
33
exit 1
You can’t perform that action at this time.
0 commit comments