From 08f63cb8a4fef6ecf6be4f09e0385b5cb948a918 Mon Sep 17 00:00:00 2001 From: Maxime Picque Date: Mon, 8 Jul 2024 11:40:25 +0200 Subject: [PATCH] upgrade go in CI & release --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17a5a12..78e82e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: Set up Go 1.17 + - name: Set up Go uses: actions/setup-go@v1 with: - go-version: 1.17 + go-version: 1.20 id: go - name: Check out code diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bccafe..493a0dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.20 id: go - name: Check out code into the Go module directory