Skip to content

Commit

Permalink
Merge pull request #373 from AzureAD/release-0.8.0
Browse files Browse the repository at this point in the history
MSAL Go 0.8.0
  • Loading branch information
rayluo authored Jan 23, 2023
2 parents 031858c + e539fc0 commit 578cd5d
Show file tree
Hide file tree
Showing 21 changed files with 2,675 additions and 240 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
go: ["1.18", "1.17"]
go: ["1.19", "1.18"]

steps:
- name: Set up Go 1.x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.48
version: v1.49

# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0
Loading

0 comments on commit 578cd5d

Please sign in to comment.