From a0bceabf80857fcc54da0b74e2a384fcfad1cb6e Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Fri, 5 Mar 2021 11:15:08 -0500 Subject: [PATCH] fix the build by upgrading go --- .github/workflows/oragono.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/oragono.yml b/.github/workflows/oragono.yml index a75d8b2..183620a 100644 --- a/.github/workflows/oragono.yml +++ b/.github/workflows/oragono.yml @@ -18,6 +18,11 @@ jobs: with: python-version: 3.7 + - uses: actions/setup-go@v2 + with: + go-version: '~1.16' + - run: go version + - name: Cache dependencies uses: actions/cache@v2 with: