Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Remove go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy committed Apr 2, 2021
1 parent 2a5ca26 commit 1b70d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
os: [ubuntu-latest, macos-latest]
go-version: [1.16.x]
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go
Expand Down

0 comments on commit 1b70d4e

Please sign in to comment.