From 59de4ff80c4d0d9b7cf29e64705242d44dec9319 Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Mon, 25 Apr 2022 11:15:23 -0300 Subject: [PATCH] Update build.yml Bump Go build version to 1.18 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ad6b84..188504a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go 1.18 uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.18 id: go - name: Check out code into the Go module directory