Skip to content

Commit

Permalink
Merge pull request #13 from openhpi-cloud/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-go action to v5
  • Loading branch information
jgraichen authored Dec 11, 2023
2 parents 2139f4d + 0e48f23 commit 27a3ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 27a3ad8

Please sign in to comment.