Skip to content

Commit

Permalink
Merge pull request #154 from domainr/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5.2.0
  • Loading branch information
cee-dub authored Dec 16, 2024
2 parents 246c789 + 49428a1 commit bf89fc5
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.1.0
uses: actions/setup-go@v5.2.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.1.0
uses: actions/setup-go@v5.2.0
with:
go-version: ^1

Expand Down

0 comments on commit bf89fc5

Please sign in to comment.