Skip to content

Commit

Permalink
Merge pull request #150 from domainr/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5.1.0
  • Loading branch information
ydnar authored Oct 28, 2024
2 parents 879dfc8 + 2edad58 commit 3240df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
submodules: recursive

- name: Set up Go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: ^1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: recursive

- name: Set up Go
uses: actions/setup-go@v5.0.2
uses: actions/setup-go@v5.1.0
with:
go-version: ^1

Expand Down

0 comments on commit 3240df9

Please sign in to comment.