Skip to content

Commit de82fdf

Browse files
committed
use golangci-lint v2 and run migrate command
Signed-off-by: sivchari <[email protected]>
1 parent d0a809b commit de82fdf

File tree

3 files changed

+342
-382
lines changed

3 files changed

+342
-382
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
id: vars
2525
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626
- name: Set up Go
27-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4.0
27+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3.0
2828
with:
2929
go-version: ${{ steps.vars.outputs.go_version }}
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
31+
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
3232
with:
33-
version: v1.63.4
33+
version: v2.0.2
3434
args: --out-format=colored-line-number
3535
working-directory: ${{matrix.working-directory}}
3636
- name: Lint API

0 commit comments

Comments
 (0)