Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

chore: update support go version #156

Merged
merged 2 commits into from
Sep 22, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.13.x', '1.14.x', '1.15.x' ]
go: [ '1.15.x', '1.16.x', '1.17.x' ]
steps:

- name: Set up Go
Expand Down