Skip to content

Commit 5ff2eb9

Browse files
committed
chore(migrations): Update atlas CLI to v1.0.0 in Makefile
Updates the atlas CLI version installed by make init from v0.38.0 to v1.0.0. Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent ee9dfbd commit 5ff2eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ init: init-api-tools
99
# in the community version anymore https://github.com/ariga/atlas/issues/2388#issuecomment-1864287189
1010
# install golangci-lint with Go 1.25 support
1111
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v2.4.0
12-
curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.38.0 sh -s -- -y
12+
curl -sSf https://atlasgo.sh | ATLAS_VERSION=v1.0.0 sh -s -- -y
1313

1414
# initialize API tooling
1515
.PHONY: init-api-tools

0 commit comments

Comments
 (0)