Skip to content

Commit 8d20952

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 5f0ae8d commit 8d20952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v6
5252

5353
- name: Setup Go v${{ matrix.go-version }}
54-
uses: actions/setup-go@v5
54+
uses: actions/setup-go@v6
5555
with:
5656
go-version: ${{ matrix.go-version }}
5757

0 commit comments

Comments
 (0)