Skip to content

Commit 83e697c

Browse files
authored
Merge pull request #60 from NVIDIA/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents dc47069 + f9e48d2 commit 83e697c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout code
4444
uses: actions/checkout@v4
4545
- name: Install Go
46-
uses: actions/setup-go@v4
46+
uses: actions/setup-go@v5
4747
with:
4848
go-version: '1.20'
4949
- run: make test

0 commit comments

Comments
 (0)