Skip to content

Commit

Permalink
chore: bump goreleaser cross (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenji-yamane authored Jun 8, 2022
1 parent bb4b71a commit ce1a57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME := github.com/migratemgr8/mgr8
GOLANG_CROSS_VERSION ?= v1.17.6
GOLANG_CROSS_VERSION ?= v1.18.2

.PHONY: build
build: main.go
Expand Down Expand Up @@ -45,4 +45,4 @@ mock:
@mockgen -source=domain/driver.go -destination=mock/domain/driver_mock.go -package=domain_mock
@mockgen -source=infrastructure/clock.go -destination=mock/infrastructure/clock_mock.go -package=infrastructure_mock
@mockgen -source=infrastructure/file.go -destination=mock/infrastructure/file_mock.go -package=infrastructure_mock
@mockgen -source=applications/migrationscripts.go -destination=mock/applications/migrationscripts_mock.go -package=applications_mock
@mockgen -source=applications/migrationscripts.go -destination=mock/applications/migrationscripts_mock.go -package=applications_mock

0 comments on commit ce1a57f

Please sign in to comment.