From 82c9cd82bf593459af600c682c346562d6156aea Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Fri, 22 Jul 2022 16:24:42 -0300 Subject: [PATCH] build: update go to 1.18 on github workflows --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pull-request.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1f2dd5..cbdb853 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: ^1.17 + go-version: ^1.18 - name: Build run: make build @@ -83,7 +83,7 @@ jobs: id: go uses: actions/setup-go@v2 with: - go-version: ^1.17 + go-version: ^1.18 - name: Create release notes run: | diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6fd8660..170c2c7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: ^1.17 + go-version: ^1.18 id: go - name: Build run: make build