Skip to content

Commit 22bf7f5

Browse files
committed
chore: switch to go 1.20
1 parent 31e6058 commit 22bf7f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.16.x]
7+
go-version: [1.20.3]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

go.mod

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

3-
go 1.16
3+
go 1.20

0 commit comments

Comments
 (0)