Skip to content

Commit 24f47d3

Browse files
committed
gha: update go versions to 1.18, 1.19
Note that go1.13 has reached EOL a long time ago; perhaps we should consider dropping it, but it may be okay to continue testing for backward compatibility. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 524a54c commit 24f47d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu, macos, windows]
17-
golang: ['1.13', '1.16', '1.17']
17+
golang: ['1.13', '1.18', '1.19']
1818
# currently, we cannot run non-x86_64 machines on GitHub Actions cloud env.
1919
runs-on: ${{ matrix.os }}-latest
2020
name: CI golang ${{ matrix.golang }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)