Skip to content

Commit

Permalink
fix: update skaffold version (E2E and devcontainer) (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes authored Jul 17, 2024
1 parent 040fadf commit 18c0716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/go:1-${VARIANT}
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends graphviz

RUN curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.11.1/skaffold-linux-amd64 && \
RUN curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-linux-amd64 && \
install skaffold /usr/local/bin/

# [Optional] Uncomment the next lines to use go get to install anything else you need
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: az account set --subscription ${{ secrets.E2E_SUBSCRIPTION_ID }}
- name: install skaffold
run: |
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.3.1/skaffold-linux-amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-linux-amd64
install skaffold /usr/local/bin/
- name: generate rg name
run: |
Expand Down

0 comments on commit 18c0716

Please sign in to comment.