From c7d6a76759d3596b9b357aeda075f35093ecb354 Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Wed, 6 Nov 2024 17:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 2 +- server/go.mod | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a503c70..581354f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.22' go-version-file: 'server/go.mod' cache-dependency-path: 'server/go.sum' diff --git a/server/go.mod b/server/go.mod index 0769ed2..0f6cad8 100644 --- a/server/go.mod +++ b/server/go.mod @@ -1,8 +1,6 @@ module github.com/bjdgyc/anylink -go 1.22.0 - -toolchain go1.22.7 +go 1.22 require ( github.com/arl/statsviz v0.6.0