Skip to content

Commit

Permalink
Merge pull request #106 from digitalocean/asb/workflow-fix
Browse files Browse the repository at this point in the history
Use correct go version in release workflow.
  • Loading branch information
andrewsomething authored Aug 23, 2023
2 parents 7269e77 + 07bbeca commit 3da5282
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 @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: "1.21.x"
- 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 3da5282

Please sign in to comment.