Skip to content

Commit 6dcc8cc

Browse files
Update actions/setup-go action to v6
1 parent ab831f2 commit 6dcc8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v4
7070

7171
- name: Setup Go ${{ matrix.go-version }}
72-
uses: actions/setup-go@v5
72+
uses: actions/setup-go@v6
7373
with:
7474
go-version: "${{ matrix.go-version }}"
7575

0 commit comments

Comments
 (0)