summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 15:38:24 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 15:38:24 +0400
commitedce28119fdf58ce265a4bf209c04af22b3f589b (patch)
tree291595d26f31d2499cd5cc2692fbb47e374cc0d4
parentcf52cb6a7e4053b3f83438e86f300cbfd06d4a46 (diff)
change golang version
-rw-r--r--.github/workflows/build.yml2
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