Skip to content

Commit

Permalink
Merge pull request #572 from nginx-proxy/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-5

ci: bump actions/setup-go from 4 to 5
  • Loading branch information
buchdag committed Dec 8, 2023
2 parents 6f37407 + 966d2bf commit 48148e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 1

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"

Expand Down

0 comments on commit 48148e6

Please sign in to comment.