From edce28119fdf58ce265a4bf209c04af22b3f589b Mon Sep 17 00:00:00 2001 From: MatthieuCoder Date: Tue, 3 Jan 2023 15:38:24 +0400 Subject: [PATCH] change golang version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5