Skip to content

Commit 0b01593

Browse files
chore: Fix versions on manual build workflow
1 parent 74d66f1 commit 0b01593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ on:
33
workflow_dispatch:
44
jobs:
55
build:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-22.04
77
steps:
88
- uses: actions/checkout@v2
99
- name: Set up Go
1010
uses: actions/setup-go@v2
1111
with:
12-
go-version: 1.16
12+
go-version: 1.18
1313
- name: Run GoReleaser
1414
uses: goreleaser/goreleaser-action@v2
1515
with:

0 commit comments

Comments
 (0)