Skip to content

Commit

Permalink
Merge pull request #65 from clouddrove/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
clouddrove-ci authored Jan 30, 2024
2 parents 44f0dac + 2e98a9b commit 6b7d98f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{env.GO_VERSION}}

Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{env.GO_VERSION}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-multiplatform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{env.GO_VERSION}}

Expand Down

0 comments on commit 6b7d98f

Please sign in to comment.