Skip to content

Commit 7f9281f

Browse files
authored
Merge pull request #19 from nbio/dependabot/github_actions/actions/setup-go-5.3.0
build(deps): bump actions/setup-go from 5.2.0 to 5.3.0
2 parents 4764bf7 + a67e44a commit 7f9281f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
submodules: recursive
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v5.2.0
21+
uses: actions/setup-go@v5.3.0
2222
with:
2323
go-version-file: go.mod
2424
check-latest: true

0 commit comments

Comments
 (0)