Skip to content

Bump to golang 1.23 (#11) #16

Bump to golang 1.23 (#11)

Bump to golang 1.23 (#11) #16

Triggered via push November 5, 2024 04:43
Status Failure
Total duration 3m 9s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.2.linux-amd64/src/runtime/time.go#L204
cannot range over 3 (untyped int constant) (typecheck)
lint: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.2.linux-amd64/src/encoding/json/encode.go#L168
e.Bytes undefined (type *encodeState has no field or method Bytes) (typecheck)
lint: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.2.linux-amd64/src/encoding/json/encode.go#L428
e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
lint: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.2.linux-amd64/src/encoding/json/encode.go#L433
e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
lint: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.2.linux-amd64/src/encoding/json/encode.go#L438
e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
lint: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.2.linux-amd64/src/encoding/json/encode.go#L443
e.Grow undefined (type *encodeState has no field or method Grow) (typecheck)
lint: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.2.linux-amd64/src/encoding/json/encode.go#L444
e.AvailableBuffer undefined (type *encodeState has no field or method AvailableBuffer) (typecheck)
lint: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.2.linux-amd64/src/encoding/json/encode.go#L462
e.Grow undefined (type *encodeState has no field or method Grow) (typecheck)
lint: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.2.linux-amd64/src/encoding/json/encode.go#L463
e.AvailableBuffer undefined (type *encodeState has no field or method AvailableBuffer) (typecheck)
lint: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.2.linux-amd64/src/encoding/json/encode.go#L486
e.Write undefined (type *encodeState has no field or method Write) (typecheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, 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/