Skip to content

Commit 84686f0

Browse files
committed
update workflow
1 parent f114965 commit 84686f0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
15-
16-
- name: Set up Go
17-
uses: actions/setup-go@v4
14+
- uses: actions/checkout@v6.0.2
15+
- uses: actions/setup-go@v6.2.0
1816
with:
1917
go-version: '1.25'
2018

0 commit comments

Comments
 (0)