Skip to content

Commit

Permalink
Merge pull request #125 from interTwin-eu/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
dciangot authored Dec 19, 2023
2 parents 1c5d7de + 48d9ba0 commit 86e46c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: stable
# More assembly might be required: Docker logins, GPG, etc. It all depends
Expand Down

0 comments on commit 86e46c6

Please sign in to comment.