Skip to content

Commit

Permalink
bump go versin in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaluk committed May 23, 2024
1 parent ca835ad commit de7965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.22
- name: Describe plugin
id: plugin_describe
run: echo "::set-output name=api_version::$(go run . describe | jq -r '.api_version')"
Expand Down

0 comments on commit de7965f

Please sign in to comment.