Skip to content

Commit d1207fb

Browse files
authored
Merge pull request #124 from NVIDIA/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents fcdc338 + e128e51 commit d1207fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
GOLANG_VERSION=$( grep "GOLANG_VERSION ?=" versions.mk )
4949
echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION ?= }" >> $GITHUB_ENV
5050
- name: Install Go
51-
uses: actions/setup-go@v5
51+
uses: actions/setup-go@v6
5252
with:
5353
go-version: ${{ env.GOLANG_VERSION }}
5454
- name: Run tests

0 commit comments

Comments
 (0)