Skip to content

Commit

Permalink
upgrade work (Azure#238)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Zhang <[email protected]>
  • Loading branch information
ryanzhang-oss and Ryan Zhang authored Aug 22, 2022
1 parent 8b41895 commit 76e1868
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: unit and e2e test
name: ci

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ require (

replace (
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.24.2 // weird bug that the goland won't compile without this
sigs.k8s.io/work-api => github.com/Azure/k8s-work-api v0.3.0
sigs.k8s.io/work-api => github.com/Azure/k8s-work-api v0.3.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSY
github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k=
github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8=
github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
github.com/Azure/k8s-work-api v0.3.0 h1:U6tU64Ku0B9Ru7Ymc9Q9NZvJO2BdKwLn9tMxxz0Ke6M=
github.com/Azure/k8s-work-api v0.3.0/go.mod h1:KBriGSqVKS/h8FkfJT2ketfKB7F2lEjKVvdmy9T/jQY=
github.com/Azure/k8s-work-api v0.3.1 h1:MZt41OOAnb22+4V6+l5jYB+0SfmexIMcXVboSeH7oyw=
github.com/Azure/k8s-work-api v0.3.1/go.mod h1:KBriGSqVKS/h8FkfJT2ketfKB7F2lEjKVvdmy9T/jQY=
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 h1:WVsrXCnHlDDX8ls+tootqRE87/hL9S/g4ewig9RsD/c=
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Expand Down

0 comments on commit 76e1868

Please sign in to comment.