diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 34cd606..769d423 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,4 +17,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.55.2 + version: v1.58.0 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index a8f0e3b..beecda5 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -4,7 +4,7 @@ on: push: branches: - main - pull_request: + pull_request_target: types: [ opened, reopened, synchronize ] jobs: diff --git a/.github/workflows/size-label.yml b/.github/workflows/size-label.yml index 83a128b..ccf5211 100644 --- a/.github/workflows/size-label.yml +++ b/.github/workflows/size-label.yml @@ -1,7 +1,7 @@ name: Size Label on: - pull_request: + pull_request_target: types: [ assigned, opened, synchronize, reopened ] jobs: diff --git a/Makefile b/Makefile index b5b8aca..9aa106d 100644 --- a/Makefile +++ b/Makefile @@ -72,8 +72,8 @@ GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint ## Tool Versions ADDLICENSE_VERSION ?= v1.1.1 -GOIMPORTS_VERSION ?= v0.13.0 -GOLANGCI_LINT_VERSION ?= v1.55.2 +GOIMPORTS_VERSION ?= v0.21.0 +GOLANGCI_LINT_VERSION ?= v1.58.0 .PHONY: addlicense addlicense: $(ADDLICENSE) ## Download addlicense locally if necessary. diff --git a/go.mod b/go.mod index 2f11953..23111db 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/afritzler/streetlogr -go 1.21.2 +go 1.22.3 require ( github.com/go-logr/logr v1.4.1