Skip to content

Commit ff3724e

Browse files
committed
gha: update go versions to 1.19, 1.20
Note that go1.13 has reached EOL a long time ago; removing that version, as packages are no longer compatible with it: go get github.com/philhofer/fwd # golang.org/x/tools/internal/gocommand Error: ../../../go/src/golang.org/x/tools/internal/gocommand/invoke.go:399:62: undefined: os.ErrProcessDone Error: Process completed with exit code 2. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d2ecf21 commit ff3724e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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.19', '1.20']
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)