Skip to content

Commit 48a4b48

Browse files
committed
Update GitHub build action so it doesn't fail.
1 parent 526b709 commit 48a4b48

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.20]
7+
go-version: ['1.15.15', '1.20.0']
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)