Skip to content

Commit 8f0b818

Browse files
authored
Update test.yml
1 parent ff2aef3 commit 8f0b818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Install Go
8-
uses: actions/setup-go@v3
8+
uses: actions/setup-go@v5
99
with:
1010
go-version: 1.19
1111
- name: Checkout code
1212
uses: actions/checkout@v3
1313
- name: Test
14-
run: go test ./...
14+
run: go test ./...

0 commit comments

Comments
 (0)