Skip to content

Commit 3d545bf

Browse files
committed
chore: update ATLAS_VERSION in common.mk and CI workflow, update vulnerability skill
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
1 parent 6ad4a9b commit 3d545bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Generate migrations
4343
if: ${{ matrix.app == 'controlplane' }}
4444
env:
45-
ATLAS_VERSION: v1.1.6
45+
ATLAS_VERSION: v1.2.0
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

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=v1.1.6 sh -s -- -y
12+
curl -sSf https://atlasgo.sh | ATLAS_VERSION=v1.2.0 sh -s -- -y
1313

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

0 commit comments

Comments
 (0)