Skip to content

Commit

Permalink
Merge pull request #49 from jonasbn/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-5
  • Loading branch information
dependabot[bot] committed Dec 11, 2023
2 parents 959504a + e1c90ae commit e19402c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.17
-
Expand Down

0 comments on commit e19402c

Please sign in to comment.