Skip to content

Commit d54b13b

Browse files
committed
ci: update go version and mockery version
1 parent 7be545b commit d54b13b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
env:
9-
GO_VERSION: '1.23'
9+
GO_VERSION: '1.24'
1010

1111
permissions:
1212
contents: write

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ vendor: ## Vendor dependencies
4848
## Test
4949

5050
test: ## Run all tests
51-
$(GO) run github.com/vektra/mockery/v2@v2.42.0
51+
$(GO) run github.com/vektra/mockery/v2@v2.53.3
5252
$(GOTEST) -race $(GOLIST)
5353

5454
coverage: ## Run tests with coverage and export it into 'profile.cov'. If 'COVERAGE_EXPORT' is true, 'COVERAGE_FILE' is written
@@ -63,7 +63,7 @@ endif
6363
lint: lint-go lint-yaml lint-dockerfile ## Run all linters
6464

6565
lint-go: ## Lint all GO files
66-
$(DOCKER) run --rm -it -v $(PWD):/app -w /app $(GOLANGCI_LINT_IMAGE) golangci-lint run --go "1.23"
66+
$(DOCKER) run --rm -it -v $(PWD):/app -w /app $(GOLANGCI_LINT_IMAGE) golangci-lint run --go "1.24"
6767

6868
lint-yaml: ## Lint all YAML files
6969
$(DOCKER) run --rm -it -v $(PWD):/data $(YAMLLINT_IMAGE) -f parsable $(YAMLFILES)

internal/sync/mocks/Sink.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/sync/mocks/Source.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)