Skip to content

Commit

Permalink
chore(authopts): update to azcfg@v0.21.0 (#107)
Browse files Browse the repository at this point in the history
* chore(authopts): update to azcfg@v0.21.0

* cicd(authopts): run on ubuntu-latest

* cicd(authopts): remove chore from triggers
  • Loading branch information
KarlGW authored May 11, 2024
1 parent a7df2aa commit f9ec728
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-release-authopts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- development
- development/*
- feature/*
- chore/*
tags:
- 'authopts/v[0-9]+.[0-9]+.[0-9]+'
paths:
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
release:
if: ${{ startsWith(github.ref, 'refs/tags/authopts/v') }}
needs: [test]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions authopts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ go 1.18

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
github.com/KarlGW/azcfg v0.20.0
github.com/KarlGW/azcfg v0.21.0
github.com/google/go-cmp v0.6.0
)

require (
github.com/Azure/azure-sdk-for-go/sdk/internal v1.7.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/text v0.15.0 // indirect
)
8 changes: 4 additions & 4 deletions authopts/go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 h1:E+OJmp2tPvt1W+amx48v1eqbjDYsgN+RzP4q16yV5eM=
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1/go.mod h1:a6xsAQUZg+VsS3TJ05SRp524Hs4pZ/AeFSr5ENf0Yjo=
github.com/Azure/azure-sdk-for-go/sdk/internal v1.7.0 h1:rTfKOCZGy5ViVrlA74ZPE99a+SgoEE2K/yg3RyW9dFA=
github.com/Azure/azure-sdk-for-go/sdk/internal v1.7.0/go.mod h1:4OG6tQ9EOP/MT0NMjDlRzWoVFxfu9rN9B2X+tlSVktg=
github.com/KarlGW/azcfg v0.20.0 h1:NqzyPzt1Pp8TNNMIqHo36jeJBj1c+D09lGjz1xVQwn8=
github.com/KarlGW/azcfg v0.20.0/go.mod h1:q768t6rlJw21todHst+uUNkXrb6Mcg/vScVBgohWACE=
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 h1:jBQA3cKT4L2rWMpgE7Yt3Hwh2aUj8KXjIGLxjHeYNNo=
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0/go.mod h1:4OG6tQ9EOP/MT0NMjDlRzWoVFxfu9rN9B2X+tlSVktg=
github.com/KarlGW/azcfg v0.21.0 h1:iDwsWo2eK2jSdKkfMJ2w7fym8m6ZbVdLWzxy6IKIgpE=
github.com/KarlGW/azcfg v0.21.0/go.mod h1:q768t6rlJw21todHst+uUNkXrb6Mcg/vScVBgohWACE=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
Expand Down

0 comments on commit f9ec728

Please sign in to comment.