Skip to content

Commit 9a0624f

Browse files
authored
Merge pull request #10 from zerodha/update-workflow
Update Go workflow tests.
2 parents c340567 + 61faec0 commit 9a0624f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ jobs:
77
test:
88
strategy:
99
matrix:
10-
go: ["1.13", "1.14", "1.15", "1.16"]
10+
go: ["1.21", "1.20", "1.18", "1.19"]
1111

1212
runs-on: ubuntu-20.04
1313

1414
name: Go ${{ matrix.go }} Tests
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- name: Setup Go
19-
uses: actions/setup-go@v2
19+
uses: actions/setup-go@v4
2020
with:
2121
go-version: ${{ matrix.go }}
2222

0 commit comments

Comments
 (0)