Skip to content

Commit ba460be

Browse files
committed
fix ci?
1 parent 6622ff9 commit ba460be

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
GO_VERSION: 1.22
16-
GOLANGCI_LINT_VERSION: v1.58.1
16+
GOLANGCI_LINT_VERSION: v2.4.0
1717
YAEGI_VERSION: v0.9.0
1818
CGO_ENABLED: 0
1919
defaults:
@@ -35,8 +35,12 @@ jobs:
3535
go-version: ${{ env.GO_VERSION }}
3636

3737

38-
- name: golangci-lint
39-
uses: golangci/golangci-lint-action@v8.0.0
38+
# - name: golangci-lint
39+
# uses: golangci/golangci-lint-action@v8.0.0
40+
41+
- name: Install golangci-lint ${{ env.GOLANGCI_LINT_VERSION }}
42+
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
43+
4044

4145
- name: Install Yaegi ${{ env.YAEGI_VERSION }}
4246
run: curl -sfL https://raw.githubusercontent.com/traefik/yaegi/master/install.sh | bash -s -- -b $(go env GOPATH)/bin ${YAEGI_VERSION}

0 commit comments

Comments
 (0)