Skip to content

Commit

Permalink
Merge branch 'master' into volume-clone
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirendersingh19 authored Dec 11, 2023
2 parents d3f23d9 + d05f916 commit e6aa122
Show file tree
Hide file tree
Showing 203 changed files with 52,630 additions and 43,495 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.18
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Apply Issue Labels
uses: github/issue-labeler@v3.2
uses: github/issue-labeler@v3.3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler-issue.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18
-
Expand Down
Loading

0 comments on commit e6aa122

Please sign in to comment.