Skip to content

Commit b1bab28

Browse files
authored
OK-2146 Fix failing build (#40)
1 parent 161dae4 commit b1bab28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ on:
1717
workflow_dispatch:
1818
jobs:
1919
goreleaser:
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
- name: Unshallow
2525
run: git fetch --prune --unshallow
2626
- name: Set up Go
2727
uses: actions/setup-go@v3
2828
with:
29-
go-version: 1.17
29+
go-version: 1.18
3030
- name: Describe plugin
3131
id: plugin_describe
3232
run: echo "::set-output name=api_version::$(go run . describe | jq -r '.api_version')"

0 commit comments

Comments
 (0)