Skip to content

Commit

Permalink
fix: remove go1.14 and go1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Sep 11, 2022
1 parent 751da59 commit 0862d21
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 @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19]
go: [1.16, 1.17, 1.18, 1.19]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit 0862d21

Please sign in to comment.