Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marefr committed Dec 7, 2023
1 parent 502c46f commit 8e7de4c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/check-incompatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
path: './grafana-plugin-sdk-go'
- name: Setup Go
uses: actions/setup-go@v5
- uses: actions/setup-go@v5
with:
go-version: '1.21'
check-latest: true
go-version-file: './grafana-plugin-sdk-go/go.mod'

- name: Install gorelease
Expand Down

0 comments on commit 8e7de4c

Please sign in to comment.