From 1e02a1d06812be3bd1794b944975ff016cfda6e3 Mon Sep 17 00:00:00 2001 From: Cameron Ackerman Date: Tue, 6 Sep 2022 22:00:20 -0700 Subject: [PATCH] Update go.yml to use go 1.18 (#102) --- .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 b61654d..a9126b0 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.17.x' + go-version: '1.18.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.16.x' + go-version: '1.17.x' - name: Check out code into the Go module directory uses: actions/checkout@v2