Skip to content

Commit

Permalink
remove go 1.15 and 1.16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs02 committed Aug 5, 2023
1 parent 8b5cddf commit 300978c
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:
name: Build
strategy:
matrix:
go: [1.15, 1.16, 1.17, 1.18, 1.19, '1.20']
go: [1.17, 1.18, 1.19, '1.20']
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
Expand Down

0 comments on commit 300978c

Please sign in to comment.