Skip to content

Commit

Permalink
Removing support for 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinMontmirail committed Dec 26, 2023
1 parent b7ac79e commit 8c8da4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.18', '1.19', '1.20','1.21']
go: ['1.19', '1.20','1.21']
fail-fast: false
env:
OS: ${{ matrix.os }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

strategy:
matrix:
go: ['1.18', '1.19', '1.20','1.21']
go: ['1.19', '1.20','1.21']
fail-fast: false
env:
OS: windows-latest
Expand Down

0 comments on commit 8c8da4c

Please sign in to comment.