From 8ddcc46255f334d83ffd29c5154c2bc69961adef Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Wed, 19 Apr 2023 01:16:58 +0800 Subject: [PATCH] bump to go 1.18 --- .github/workflows/release.yml | 4 ++-- .github/workflows/tunasync.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52338fc..2255433 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,10 +15,10 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v3 - - name: Set up Go 1.16 + - name: Set up Go 1.18 uses: actions/setup-go@v4 with: - go-version: 1.16 + go-version: 1.18 id: go - name: Build diff --git a/.github/workflows/tunasync.yml b/.github/workflows/tunasync.yml index 023362c..fa51b3b 100644 --- a/.github/workflows/tunasync.yml +++ b/.github/workflows/tunasync.yml @@ -12,10 +12,10 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v3 - - name: Set up Go 1.16 + - name: Set up Go 1.18 uses: actions/setup-go@v4 with: - go-version: 1.16 + go-version: 1.18 id: go - name: Get dependencies @@ -53,10 +53,10 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v3 - - name: Set up Go 1.16 + - name: Set up Go 1.18 uses: actions/setup-go@v4 with: - go-version: 1.16 + go-version: 1.18 id: go - name: Run Unit tests.