Skip to content

Commit

Permalink
Merge pull request #211 from K-Phoen/release-1.19
Browse files Browse the repository at this point in the history
Use go 1.19 to release grabana
  • Loading branch information
K-Phoen authored Feb 19, 2023
2 parents 02557f9 + dbece9a commit 448011d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -39,7 +39,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: '^1.17'
go-version: '^1.19'

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 448011d

Please sign in to comment.