We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9dfbd commit 5ff2eb9Copy full SHA for 5ff2eb9
1 file changed
common.mk
@@ -9,7 +9,7 @@ init: init-api-tools
9
# in the community version anymore https://github.com/ariga/atlas/issues/2388#issuecomment-1864287189
10
# install golangci-lint with Go 1.25 support
11
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
+ curl -sSf https://atlasgo.sh | ATLAS_VERSION=v1.0.0 sh -s -- -y
13
14
# initialize API tooling
15
.PHONY: init-api-tools
0 commit comments