Skip to content

Commit

Permalink
Migrate to skaffold v2 (#804)
Browse files Browse the repository at this point in the history
* vendor

* Updates skaffold to v2 internals

* updated ci config
  • Loading branch information
marcinc authored Nov 6, 2024
1 parent df531f6 commit 09f4ba6
Show file tree
Hide file tree
Showing 5 changed files with 664 additions and 1,819 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
version: 2.1

orbs:
go: circleci/go@1.3.0
go: circleci/go@1.12.0
kube-orb: circleci/[email protected]

jobs:
build:
executor:
name: go/default
tag: '1.19'
tag: '1.22'
steps:
- checkout
- go/load-cache
Expand Down
Loading

0 comments on commit 09f4ba6

Please sign in to comment.