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

Commit

Permalink
Removed go1.13 and added go1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
im-kulikov committed Feb 22, 2021
1 parent 4c810f6 commit d55ca83
Showing 1 changed file with 1 addition and 1 deletion.
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.14.x', '1.15.x', '1.16.x' ]
steps:

- name: Setup go
Expand Down

0 comments on commit d55ca83

Please sign in to comment.