]> git.puffer.fish Git - matthieu/nova.git/commitdiff
change golang version
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 11:38:24 +0000 (15:38 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 11:38:24 +0000 (15:38 +0400)
.github/workflows/build.yml

index 30b118f91fd1af8dc9b833a061ca0b3aeb530e62..2d293facee99a6afab47066e7ad33255b5328baf 100644 (file)
@@ -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