File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 - name : Generate migrations
4343 if : ${{ matrix.app == 'controlplane' }}
4444 env :
45- ATLAS_VERSION : v1.1.0
45+ ATLAS_VERSION : v1.1.6
4646 run : |
4747 wget -q https://release.ariga.io/atlas/atlas-linux-amd64-$ATLAS_VERSION -O /tmp/atlas
4848 sudo install /tmp/atlas /usr/local/bin/atlas
Original file line number Diff line number Diff line change 11# Container image built by go-releaser that's used to run migrations against the database during deployment
22# See https://atlasgo.io/guides/deploying/image
3- # from: arigaio/atlas:1.1.3
4- # docker run arigaio/atlas@sha256:f0a0022a34e5ddffb634e75dfece214a86dfc1bb15151927c20cf3e6a84bac76 version
5- # atlas version v1.1.3
6- FROM arigaio/atlas@sha256:f0a0022a34e5ddffb634e75dfece214a86dfc1bb15151927c20cf3e6a84bac76 as base
3+ # from: arigaio/atlas:1.1.6
4+ # docker run arigaio/atlas@sha256:f05f62d9797e305e4cd891dcc7047919bb23f5f1186827792036cb4e4a816ee9 version
5+ # atlas version v1.1.6
6+ FROM arigaio/atlas@sha256:f05f62d9797e305e4cd891dcc7047919bb23f5f1186827792036cb4e4a816ee9 as base
77
88FROM scratch
99# Update permissions to make it readable by the user
Original file line number Diff line number Diff 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=v1.1.3 sh -s -- -y
12+ curl -sSf https://atlasgo.sh | ATLAS_VERSION=v1.1.6 sh -s -- -y
1313
1414# initialize API tooling
1515.PHONY : init-api-tools
You can’t perform that action at this time.
0 commit comments