Skip to content

Commit f6f6818

Browse files
committed
CI: upgrade actions to latest
checkout@v5, setup-go@v6
1 parent 7b7feb1 commit f6f6818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515

1616
- name: Check out code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@v4
20+
uses: actions/setup-go@v6
2121
with:
2222
go-version: ${{ matrix.go }}
2323
id: go

0 commit comments

Comments
 (0)