From a3ff339509b113a8d01d588a2440a68ce6e4f1f8 Mon Sep 17 00:00:00 2001 From: CareyWong Date: Sun, 20 Nov 2022 15:47:59 +0000 Subject: [PATCH] upgrade go --- .github/workflows/go.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 90277d8..feb689b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-20.04 # runs-on: self-hosted steps: - - name: Set up Go 1.18 + - name: Set up Go 1.19 uses: actions/setup-go@v1 with: - go-version: 1.18 + go-version: 1.19 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -32,10 +32,10 @@ jobs: runs-on: ubuntu-20.04 # runs-on: self-hosted steps: - - name: Set up Go 1.18 + - name: Set up Go 1.19 uses: actions/setup-go@v1 with: - go-version: 1.18 + go-version: 1.19 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -53,10 +53,10 @@ jobs: # name: Darwin amd64 build # runs-on: ubuntu-20.04 # steps: - # - name: Set up Go 1.18 + # - name: Set up Go 1.19 # uses: actions/setup-go@v1 # with: - # go-version: 1.18 + # go-version: 1.19 # id: go # - name: Check out code into the Go module directory # uses: actions/checkout@v2 @@ -74,10 +74,10 @@ jobs: name: Windows x64 build runs-on: ubuntu-20.04 steps: - - name: Set up Go 1.18 + - name: Set up Go 1.19 uses: actions/setup-go@v1 with: - go-version: 1.18 + go-version: 1.19 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2