Skip to content

Commit

Permalink
Bump Golang to 1.19 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev authored Sep 20, 2022
1 parent d854c35 commit 15a18d0
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.19
- 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 15a18d0

Please sign in to comment.