Skip to content

Commit

Permalink
Update github workflows to use newer golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
chopraanmol1 committed Jul 31, 2023
1 parent 001c2cc commit d52c0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.18.x, 1.19.x, 1.20.x]
steps:
- name: Install Go@v${{ matrix.go-version }}
uses: actions/setup-go@v2
Expand Down

0 comments on commit d52c0be

Please sign in to comment.