Skip to content

Commit

Permalink
Merge pull request #60 from NVIDIA/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
elezar authored Jan 25, 2024
2 parents dc47069 + f9e48d2 commit 83e697c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'
- run: make test
Expand Down

0 comments on commit 83e697c

Please sign in to comment.