chore(lint): fix lint errors #84
Labels
No labels
Compat/Breaking
Kind/Bug
Kind
Chore
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo/act!84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "earl-warren/act:wip-lint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
args, etc.)
aa1d676f993f296f05f2cascading-pr updated at forgejo/runner#400
@ -5,6 +5,7 @@ MAJOR_VERSION = $(word 1, $(subst ., ,$(VERSION)))MINOR_VERSION = $(word 2, $(subst ., ,$(VERSION)))PATCH_VERSION = $(word 3, $(subst ., ,$(word 1,$(subst -, , $(VERSION)))))NEW_VERSION ?= $(MAJOR_VERSION).$(MINOR_VERSION).$(shell echo $$(( $(PATCH_VERSION) + 1)) )GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/[email protected] # renovate: datasource=gowe need to check if renovate can find this without config modifications
Right. It should probably be copied from Forgejo?
better moved to shared preset if not already done
I copied from forgejo.
05568943c8..733b614037Is it OK to move that to
forgejo/renovate-config@5a74395003/renovate.jsoninstead?It will do for now, it can be moved to the shared configuration later.
@ -3,3 +3,3 @@go 1.21toolchain go1.21.13toolchain go1.22.10should be a separate PR from renovate
Will #85 do? It needs to be updated for this version of golang-ci to run.
partly, it's also forcing a higher minimum go version, do we want that too?
Given this fork of ACT is only used for the runner and the runner requires go 1.23, I see no reason not to. Or am I missing something?
Forgejo itself also depends on it. so it will also force minimal go update for forgejo
Good point 😊
Unless.. the ACT upgrade is only for v11 which is already is at a later go version. There is no need to upgrade ACT on v10 or v7. Or am I again forgetting something?
ok, let's bump minimum go version too
3f296f05f205568943c8cascading-pr updated at forgejo/runner#400
05568943c8733b614037cascading-pr updated at forgejo/runner#400