Skip to content

Commit

Permalink
chore: try with 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s4kh committed Oct 14, 2024
1 parent d7cf817 commit 6b47215
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Docker
uses: docker/setup-buildx-action@v2

- name: Build
run: |
docker run --rm -v ${{ github.workspace }}:/app -w /app grafana/grafana-plugin-ci:1.9.5 \
Expand All @@ -26,8 +28,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Docker
uses: docker/setup-buildx-action@v2

- name: Lint code
run: |
docker run --rm -v ${{ github.workspace }}:/app -w /app grafana/grafana-plugin-ci:1.9.5 \
Expand All @@ -42,10 +46,12 @@ jobs:

- name: Set up Docker
uses: docker/setup-buildx-action@v2

- name: Install dependencies
run: |
sudo apt update
sudo apt install -y gcc
- name: Test
run: |
docker run --rm -e CGO_ENABLED=1 -v ${{ github.workspace }}:/app -w /app grafana/grafana-plugin-ci:1.9.5 \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana-plugin-sdk-go

go 1.22
go 1.22.0

require (
github.com/apache/arrow/go/v15 v15.0.2
Expand Down

0 comments on commit 6b47215

Please sign in to comment.