From: MatthieuCoder Date: Tue, 3 Jan 2023 11:38:24 +0000 (+0400) Subject: change golang version X-Git-Tag: v0.1~21 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=edce28119fdf58ce265a4bf209c04af22b3f589b;p=matthieu%2Fnova.git change golang version --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30b118f..2d293fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: rust-version: stable - uses: actions/setup-go@v3 with: - go-version: '1.16.1' # The Go version to download (if necessary) and use. + go-version: '1.18.4' # The Go version to download (if necessary) and use. - name: Build | Compile run: cargo build --release - name: Build | All in one