Skip to content

Commit eb35318

Browse files
authored
fix: Updating functions framework matrix for newer go versions (#269)
* fix: Updating functions framework matrix for newer go versions * Removing go118 & 119 as per their end of support dates
1 parent 627217f commit eb35318

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']
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)