Skip to content

Commit 613bce3

Browse files
committed
Removing go118 & 119 as per their end of support dates
1 parent bdb7cd7 commit 613bce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
go: ['1.18', '1.19', '1.20', '1.21', '1.22', '1.23', '1.24']
15+
go: ['1.20', '1.21', '1.22', '1.23', '1.24']
1616
os: [ubuntu-latest, macos-latest, windows-latest]
1717
steps:
1818
- name: Harden Runner

0 commit comments

Comments
 (0)