Skip to content

fix: drop linkname to allow exec on go 1.23+ #357

fix: drop linkname to allow exec on go 1.23+

fix: drop linkname to allow exec on go 1.23+ #357

Triggered via pull request November 8, 2024 16:35
@fumiamafumiama
synchronize #112
fumiama:rand
Status Failure
Total duration 2m 49s
Artifacts

test_and_lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: utils/crypto/rand_1.22.go#L10
undefined: rand (typecheck)
lint: client/internal/cache/operation.go#L17
cannot infer K (client/internal/cache/base.go:93:24) (typecheck)
lint: client/internal/cache/operation.go#L32
cannot infer K (client/internal/cache/base.go:93:24) (typecheck)
lint: client/internal/cache/operation.go#L57
cannot infer K (client/internal/cache/base.go:93:24) (typecheck)
lint: client/internal/cache/operation.go#L72
cannot infer T (client/internal/cache/base.go:88:31) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/runtime/time.go#L204
cannot range over 3 (untyped int constant) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/io/pipe.go#L22
a.Lock undefined (type *onceError has no field or method Lock) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/io/pipe.go#L23
a.Unlock undefined (type *onceError has no field or method Unlock) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/io/pipe.go#L30
a.Lock undefined (type *onceError has no field or method Lock) (typecheck)
lint: ../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/io/pipe.go#L31
a.Unlock undefined (type *onceError has no field or method Unlock) (typecheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/