Skip to content

Commit 0a0e8c4

Browse files
chore(deps): update actions/setup-go action to v5
1 parent aeba71e commit 0a0e8c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
submodules: true
2727
- name: Setup Go ${{ matrix.go-version }}
28-
uses: actions/setup-go@v4
28+
uses: actions/setup-go@v5
2929
with:
3030
go-version: ${{ matrix.go-version }}
3131
# You can test your matrix by printing the current Go version

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt-get update
2323
sudo apt-get install build-essential
2424
- name: Setup Go ${{ matrix.go-version }}
25-
uses: actions/setup-go@v4
25+
uses: actions/setup-go@v5
2626
with:
2727
go-version: ${{ matrix.go-version }}
2828
# You can test your matrix by printing the current Go version
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
submodules: true
4545
- name: Setup Go ${{ matrix.go-version }}
46-
uses: actions/setup-go@v4
46+
uses: actions/setup-go@v5
4747
with:
4848
go-version: ${{ matrix.go-version }}
4949
# You can test your matrix by printing the current Go version
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
submodules: true
6666
- name: Setup Go ${{ matrix.go-version }}
67-
uses: actions/setup-go@v4
67+
uses: actions/setup-go@v5
6868
with:
6969
go-version: ${{ matrix.go-version }}
7070
# You can test your matrix by printing the current Go version

0 commit comments

Comments
 (0)