From ea0237538a15dc9cfbdb2b8ab996466b4accd550 Mon Sep 17 00:00:00 2001 From: wdvxdr Date: Wed, 16 Mar 2022 14:03:51 +0800 Subject: [PATCH] ci: update to go1.18 --- .github/workflows/go.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8083ec49..720f0273 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,8 +16,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - stable: false - go-version: 1.18.0-rc1 + go-version: 1.18 - name: Check out code into the Go module directory uses: actions/checkout@v2