Skip to content

Commit

Permalink
fix: TestDebug/buildpacks by pinning go version (#6463)
Browse files Browse the repository at this point in the history
This temporarily pins the Go version used by the buildpack-built image
used for testing in the "skaffold debug" integration test.

It does not fix the problem for the users (i.e. anyone using go1.17 with
skaffold debug will still hit this) but it helps us pass the tests on main
branch.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
  • Loading branch information
ahmetb committed Aug 19, 2021
1 parent f2a143d commit 590d904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/testdata/debug/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ profiles:
context: go
buildpacks:
builder: "gcr.io/buildpacks/builder:v1"
env:
- GOOGLE_RUNTIME_VERSION=1.16 # temporarily pin due to issue#6450
#- image: skaffold-debug-netcore
# context: netcore
# buildpacks:
Expand Down

0 comments on commit 590d904

Please sign in to comment.