Skip to content

Commit

Permalink
Merge branch 'main' into license-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li committed Nov 21, 2023
2 parents 18faccf + d4f5496 commit a79f91a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 96 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
go-version: '1.20'

- name: Az CLI login
uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
uses: azure/login@4c88f01b0e3a5600e08a37889921afd060f75cf0 # v1.5.0
with:
creds: '{"clientId":"${{ env.AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_CLIENT_SECRET }}","subscriptionId":"${{ env.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ env.AZURE_TENANT_ID }}"}'

Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
go-version: '1.20'

- name: Az CLI login
uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
uses: azure/login@4c88f01b0e3a5600e08a37889921afd060f75cf0 # v1.5.0
with:
creds: '{"clientId":"${{ env.AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_CLIENT_SECRET }}","subscriptionId":"${{ env.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ env.AZURE_TENANT_ID }}"}'

Expand Down
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/deislabs/ratify

go 1.21

toolchain go1.21.4
go 1.20

// Accidentally published prior to 1.0.0 release
retract (
Expand Down Expand Up @@ -49,9 +47,9 @@ require (
golang.org/x/sync v0.5.0
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
k8s.io/client-go v0.28.4
k8s.io/api v0.28.3
k8s.io/apimachinery v0.28.3
k8s.io/client-go v0.28.3
oras.land/oras-go/v2 v2.3.1
)

Expand Down
Loading

0 comments on commit a79f91a

Please sign in to comment.