Fix windows asset building by increasing go version (#2245)

This commit is contained in:
Ori Newman 2023-12-07 14:10:26 +02:00 committed by GitHub
parent 88bdcb43bc
commit 40ec440dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.21
- name: Build on Linux
if: runner.os == 'Linux'