From dbece9ab0a7ae4d47937538171072b48f25f9b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Gomez?= Date: Sun, 19 Feb 2023 17:29:32 +0100 Subject: [PATCH] Use go 1.19 to release grabana --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f7167032..e49b41c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,13 +12,13 @@ jobs: version: ${{ steps.tag.outputs.tag }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.base_ref }} - uses: actions/setup-go@v3 with: - go-version: '^1.17' + go-version: '^1.19' - name: Tag id: tag @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: '^1.17' + go-version: '^1.19' - uses: actions/cache@v3 with: