Skip to content

Commit c7223f2

Browse files
committed
chore(ci): use correct go version to build
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 97a0074 commit c7223f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v3
5151
- uses: actions/setup-go@v3
5252
with:
53-
go-version: 1.18
53+
go-version: 1.19
5454
- name: Build binary
5555
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
5656
- name: Upload release asset

0 commit comments

Comments
 (0)