Skip to content

Commit

Permalink
Merge pull request #10 from zerodha/update-workflow
Browse files Browse the repository at this point in the history
Update Go workflow tests.
  • Loading branch information
knadh authored Jul 2, 2024
2 parents c340567 + 61faec0 commit 9a0624f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
test:
strategy:
matrix:
go: ["1.13", "1.14", "1.15", "1.16"]
go: ["1.21", "1.20", "1.18", "1.19"]

runs-on: ubuntu-20.04

name: Go ${{ matrix.go }} Tests
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 9a0624f

Please sign in to comment.