diff options
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
