From b15b26961204ca4551653c20d1f0b796e4427a07 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Mon, 18 May 2026 21:49:06 +0530 Subject: [PATCH] use go 1.26 for plugin build action --- .github/workflows/release.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c03e74a..805d5ce 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,22 +15,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - - name: Set up Go 1.26 - uses: actions/setup-go@v5 - with: - # Use '1.26' to get the latest patch (e.g., 1.26.3) automatically - go-version: '1.26' - # Optional: ensures the action checks for the latest patch available - check-latest: true - - - name: Verify Go version - run: go version - - uses: grafana/plugin-actions/build-plugin@main with: # refer to https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it # save the value in your repository secrets + go-version: '1.26' policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }} attestation: true use_changelog_generator: true # Enable automatic changelog generation