Skip to content

Commit b7e1c5e

Browse files
committed
all: bump to Go-1.20
Signed-off-by: Sebastien Binet <[email protected]>
1 parent eddc00b commit b7e1c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Build
2323
strategy:
2424
matrix:
25-
go-version: [1.19.x, 1.18.x]
25+
go-version: [1.20.x, 1.19.x]
2626
platform: [ubuntu-latest]
2727
#platform: [ubuntu-latest, macos-latest, windows-latest]
2828
runs-on: ${{ matrix.platform }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/go-python/gopy
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/gonuts/commander v0.1.0

0 commit comments

Comments
 (0)