Skip to content

Commit 3105b5d

Browse files
committed
Test Go 1.13 in CI matrix
1 parent 9d0d63e commit 3105b5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.13.x]
7+
go-version: [1.13.x, 1.22.x]
88
platform: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:
1111
- name: Install Go
12-
uses: actions/setup-go@v1
12+
uses: actions/setup-go@v5
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 1
1919
- name: Build

0 commit comments

Comments
 (0)