From edd511b3edbf88e36fc370b919ed392fd33da1e2 Mon Sep 17 00:00:00 2001 From: Cameron Ackerman Date: Tue, 6 Sep 2022 22:05:16 -0700 Subject: [PATCH] update build to use go 1.19 as primary (#103) --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a9126b0..0efae22 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: - name: Build uses: actions/setup-go@v2 with: - go-version: '1.18.x' + go-version: '1.19.x' - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -45,7 +45,7 @@ jobs: - name: Build uses: actions/setup-go@v2 with: - go-version: '1.17.x' + go-version: '1.18.x' - name: Check out code into the Go module directory uses: actions/checkout@v2