Skip to content

Commit 7c8b1c3

Browse files
committed
Update CI to no longer build with Go 1.18
Signed-off-by: Paul Balogh <javaducky@gmail.com>
1 parent 439e7bb commit 7c8b1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
go-version: [1.18.x, 1.19.x, 1.20.x, tip]
43+
go-version: [1.19.x, 1.20.x, tip]
4444
platform: [ubuntu-latest, windows-latest]
4545
runs-on: ${{ matrix.platform }}
4646
steps:

0 commit comments

Comments
 (0)