Skip to content

Commit

Permalink
Merge pull request #2506 from thin-edge/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
didier-wenzek authored Dec 7, 2023
2 parents 0b98ca4 + 63c83e4 commit 126dff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: Swatinem/rust-cache@v2

# Install nfpm used to for linux packaging
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
cache: false
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
python-version: '3.11'
cache: 'pip'
# Install nfpm used to for linux packaging
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
fetch-depth: 0

# Install nfpm used to for linux packaging
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
cache: false
Expand Down

1 comment on commit 126dff1

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
362 0 3 362 100 48m26.181s

Please sign in to comment.