Skip to content

Commit

Permalink
Merge branch 'main' into chore/clean-docusaurus-deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
tolzhabayev authored Oct 14, 2024
2 parents 7964959 + 339386e commit c0c6b52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '~1.21'
go-version: '~1.22'
check-latest: true
cache-dependency-path: ./${{ matrix.workingDir }}/go.sum
if: ${{ matrix.hasBackend == true }}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/backend-app/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/{{ kebabCase orgName }}/{{ kebabCase pluginName }}

go 1.21
go 1.22

require github.com/grafana/grafana-plugin-sdk-go v0.156.0

Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/{{ kebabCase orgName }}/{{ kebabCase pluginName }}

go 1.21
go 1.22

require github.com/grafana/grafana-plugin-sdk-go v0.156.0

Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Test backend
if: steps.check-for-backend.outputs.has-backend == 'true'
Expand Down

0 comments on commit c0c6b52

Please sign in to comment.