Skip to content

Commit

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

Bump actions/setup-go from 4 to 5
  • Loading branch information
farindk authored Dec 18, 2023
2 parents f1223fa + 84a9d88 commit 11dee73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4

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

Expand Down

0 comments on commit 11dee73

Please sign in to comment.