Skip to content

Commit 7576b6f

Browse files
authored
Merge pull request #1827 from mmorel-35/loong64/golangci
fix: enable loong64 architecture in lint workflow
2 parents 7b14b86 + e6e1134 commit 7576b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: amd64}
3434
- {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: arm64}
3535
- {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: arm}
36-
# - {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: loong64} # FIXME
36+
- {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: loong64}
3737
- {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: mips64}
3838
- {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: mips64le}
3939
- {os: ubuntu-latest, CGO_ENABLED: "0", GOOS: linux, GOARCH: mips}

0 commit comments

Comments
 (0)