Skip to content

Commit 124ff1c

Browse files
authored
chore(deps)!: Bump Go version used to build plugin from Go 1.23 to Go 1.24, bump golangci-lint to v1.64.8 (#292)
1 parent 080c28b commit 124ff1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ permissions:
223223

224224
env:
225225
# Default versions for tooling
226-
DEFAULT_GO_VERSION: "1.23"
227226
DEFAULT_NODE_VERSION: "22"
228-
DEFAULT_GOLANGCI_LINT_VERSION: "1.61.0"
227+
DEFAULT_GO_VERSION: "1.24"
228+
DEFAULT_GOLANGCI_LINT_VERSION: "1.64.8"
229229
DEFAULT_TRUFFLEHOG_VERSION: "3.90.6"
230230

231231
GCS_ARTIFACTS_BUCKET: integration-artifacts

0 commit comments

Comments
 (0)