We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161dae4 commit b1bab28Copy full SHA for b1bab28
.github/workflows/release.yml
@@ -17,16 +17,16 @@ on:
17
workflow_dispatch:
18
jobs:
19
goreleaser:
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
24
- name: Unshallow
25
run: git fetch --prune --unshallow
26
- name: Set up Go
27
uses: actions/setup-go@v3
28
with:
29
- go-version: 1.17
+ go-version: 1.18
30
- name: Describe plugin
31
id: plugin_describe
32
run: echo "::set-output name=api_version::$(go run . describe | jq -r '.api_version')"
0 commit comments