]> git.puffer.fish Git - matthieu/nova.git/commitdiff
conflicts
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 11:39:23 +0000 (15:39 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 11:39:23 +0000 (15:39 +0400)
1  2 
.github/workflows/build.yml

index 2d293facee99a6afab47066e7ad33255b5328baf,dd658fd7977bdfa0f97938a2995ab56bc4c882a8..cfb3bab107214b92e29cff5d18b8430f2b7a4031
@@@ -63,9 -63,9 +63,9 @@@ jobs
          uses: ATiltedTree/setup-rust@v1
          with:
            rust-version: stable
-         - uses: actions/setup-go@v3
-           with:
-             go-version: '1.18.4' # The Go version to download (if necessary) and use.
+       - 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