Skip to content

Commit 6b448e1

Browse files
Update actions/setup-go action to v6
1 parent 15569e5 commit 6b448e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
11-
- uses: actions/setup-go@v5
11+
- uses: actions/setup-go@v6
1212
with:
1313
go-version: ${{ matrix.go-version }}
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)