Skip to content

Commit 8648c33

Browse files
committed
bump workflow
1 parent d58337e commit 8648c33

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ jobs:
88
name: Test with Coverage
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Set up Go
12-
uses: actions/setup-go@v1
11+
- uses: actions/checkout@v5
12+
- uses: actions/setup-go@v6
1313
with:
14-
go-version: "1.20"
15-
- name: Check out code
16-
uses: actions/checkout@v2
14+
go-version: "1.25"
1715
- name: Install dependencies
1816
run: |
1917
go mod download

0 commit comments

Comments
 (0)