From 72607e927c266bdbd66f92959d9c2103837ac05d Mon Sep 17 00:00:00 2001 From: Hami Lemon Date: Wed, 30 Mar 2022 10:54:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9github=20action=E7=9A=84go=20?= =?UTF-8?q?version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 5 ++--- .idea/misc.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .idea/misc.xml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 863c15a..a02909e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,10 +13,9 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Go - uses: actions/setup-go@v2 + - name: Setup Go environment + uses: actions/setup-go@v3.0.0 with: - go-version: 1.17 check-latest: true - name: Build diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..283b9b4 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file