From 26d0ddce923e861cd6dfd431df4f99917c5bcc95 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 23 Jan 2024 00:39:35 +0100 Subject: [PATCH] ci: bump go to 1.21 --- .github/workflows/release.yml | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79e6df2..19810e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: "1.19" + go-version: "1.21" - name: Checkout code uses: actions/checkout@v3 @@ -69,7 +69,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: "1.19" + go-version: "1.21" - id: go-cache-paths run: | @@ -124,7 +124,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: "1.19" + go-version: "1.21" - name: Checkout code uses: actions/checkout@v3 diff --git a/go.mod b/go.mod index 51982f4..5234133 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module vencordinstaller -go 1.19 +go 1.21 require ( github.com/AllenDang/giu v0.6.2