From 9f670a7adabda67d271a95a04e236ef810813a1a Mon Sep 17 00:00:00 2001 From: Cameron Ackerman Date: Tue, 6 Sep 2022 22:02:40 -0700 Subject: [PATCH] update build to use go 1.19 as primary --- .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