Skip to content

Commit 95320fe

Browse files
committed
Update actions
1 parent 03de95a commit 95320fe

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ jobs:
77
strategy:
88
matrix:
99
go-version:
10-
- 1.14.x
11-
- 1.15.x
12-
- 1.16.x
10+
- 1.22.x
11+
- 1.23.x
1312
os:
1413
- ubuntu-latest
1514
runs-on: ${{ matrix.os }}
1615
steps:
1716
- name: Install Go
18-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v5
1918
with:
2019
go-version: ${{ matrix.go-version }}
2120
- name: Checkout code
22-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2322
- name: Test
2423
run: go test ./... -v

0 commit comments

Comments
 (0)