Skip to content

Commit 526b709

Browse files
committed
Update build GitHub action to run on Go 1.20
1 parent f93bb06 commit 526b709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)